diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-09 22:21:17 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-09 22:32:55 +0200 |
commit | dfbcde184784e48fbb201f0ea473d3912e7859fb (patch) | |
tree | 4b01f2490e83a74efabbc982b8045763a941bb64 /include | |
parent | aa3548fba617e55360dbb93095e06c3784801a85 (diff) |
clean up
nobody uses those switches
Change-Id: Ifbd6563aae901b4f3d931422e6d4e2369aee0573
Diffstat (limited to 'include')
-rw-r--r-- | include/prewin.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/prewin.h b/include/prewin.h index 4720586b08ee..2ee8d9c3547d 100644 --- a/include/prewin.h +++ b/include/prewin.h @@ -42,15 +42,6 @@ #include <shellapi.h> #include <commdlg.h> #include <dlgs.h> -#ifdef USE_TOOLHELP -#include <tlhelp32.h> -#endif -#ifdef USE_IMAGEHLP -#include <imagehlp.h> -#endif -#ifdef INCLUDE_MMSYSTEM -#include <mmsystem.h> -#endif #ifdef _MSC_VER #pragma warning(push, 1) #endif |