diff options
Diffstat (limited to 'c/common.cpp')
-rw-r--r-- | c/common.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/c/common.cpp b/c/common.cpp index 3a99769..1fcff31 100644 --- a/c/common.cpp +++ b/c/common.cpp @@ -3,8 +3,7 @@ #include <windows.h> #include <SWI-Prolog.h> -#include "resource.h" -#include "defs.h" +#include "common.h" /* Convert normal string to TSTR using given codepage. */ TCHAR *TszFromSz(const char *sz, int iCp) |