aboutsummaryrefslogtreecommitdiff
path: root/common/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.cpp')
-rw-r--r--common/system.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/system.cpp b/common/system.cpp
index ac45656202..e3f81a69b6 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -145,12 +145,6 @@ FIXME: The config file loading code below needs to be cleaned up.
#include "backends/platform/iphone/osys_iphone.h"
#endif
-#if defined(WIN32)
-#include <windows.h>
-// winnt.h defines ARRAYSIZE, but we want our own one...
-#undef ARRAYSIZE
-#endif
-
#if defined(UNIX)
#define DEFAULT_CONFIG_FILE ".scummvmrc"