(svn r24417) -Codechange: [Win32] Don't needlessly include windows.h in a commonly used header.

This commit is contained in:
michi_cc
2012-07-19 19:21:47 +00:00
parent 5bea1b3007
commit 1966de1a2a
3 changed files with 14 additions and 14 deletions

View File

@@ -21,6 +21,7 @@
#endif
#ifdef WIN32
# include <windows.h>
# include <shellapi.h>
# include "core/mem_func.hpp"
#endif