aboutsummaryrefslogtreecommitdiff
path: root/c/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/common.h')
-rw-r--r--c/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/common.h b/c/common.h
index 4b28360..76f3d6e 100644
--- a/c/common.h
+++ b/c/common.h
@@ -3,7 +3,6 @@
#include <memory>
#include <optional>
-#include <stdexcept>
#include <windows.h>
#ifdef UNICODE
@@ -12,8 +11,6 @@
#define WA "A"
#endif
-std::basic_string<TCHAR> TsmFromSz(const char *, int);
-
struct Win32Error : public std::exception
{
Win32Error(DWORD);