aboutsummaryrefslogtreecommitdiff
path: root/common/stdafx.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-03-09 00:13:07 +0000
committerNicola Mettifogo2007-03-09 00:13:07 +0000
commit1e985051a9b24eb8efaca590d59b5e95aec600d9 (patch)
tree40883c5f2b4cc7f88a8dd03e995c7dba80e7d96c /common/stdafx.h
parenta3c2c1f413049fd9d0e92f89b37b37755b6b5105 (diff)
downloadscummvm-rg350-1e985051a9b24eb8efaca590d59b5e95aec600d9.tar.gz
scummvm-rg350-1e985051a9b24eb8efaca590d59b5e95aec600d9.tar.bz2
scummvm-rg350-1e985051a9b24eb8efaca590d59b5e95aec600d9.zip
reduced dependency from windows-specific header files
svn-id: r26034
Diffstat (limited to 'common/stdafx.h')
-rw-r--r--common/stdafx.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/stdafx.h b/common/stdafx.h
index 71b48e3136..95a5e3c4ba 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -94,20 +94,11 @@
#endif
-
- #include <windows.h>
#if defined(ARRAYSIZE)
// VS2005beta2 introduces new stuff in winnt.h
#undef ARRAYSIZE
#endif
- #include <io.h>
- #include <fcntl.h>
- #include <conio.h>
- #include <mmsystem.h>
- #include <winuser.h>
- #include <direct.h>
-
#endif
#if defined(__QNXNTO__)