aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/main.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-11-11 14:27:22 +0000
committerJohannes Schickel2009-11-11 14:27:22 +0000
commit7556fddeb96b3b7ed8cb0b23ede353d50d0e70c1 (patch)
tree2c8e0e193b2473e91dc50e580d5d0a79e9f24e20 /backends/platform/sdl/main.cpp
parenta3363e6e1ffccc1d9ae9908466e37e43b2f579ee (diff)
downloadscummvm-rg350-7556fddeb96b3b7ed8cb0b23ede353d50d0e70c1.tar.gz
scummvm-rg350-7556fddeb96b3b7ed8cb0b23ede353d50d0e70c1.tar.bz2
scummvm-rg350-7556fddeb96b3b7ed8cb0b23ede353d50d0e70c1.zip
Remove (now) obsolete HACK for WIN32.
svn-id: r45832
Diffstat (limited to 'backends/platform/sdl/main.cpp')
-rw-r--r--backends/platform/sdl/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/backends/platform/sdl/main.cpp b/backends/platform/sdl/main.cpp
index 07b443fe34..b38b815438 100644
--- a/backends/platform/sdl/main.cpp
+++ b/backends/platform/sdl/main.cpp
@@ -31,11 +31,6 @@
#include <windows.h>
// winnt.h defines ARRAYSIZE, but we want our own one...
#undef ARRAYSIZE
-
-// FIXME/UGLY HACK: We need to include "SDL.h" before "scummsys.h"
-// since "scummsys.h" checks for SDL_COMPILEDVERSION to decide
-// whether it should define uint32_t / int32_t or not.
-#include <SDL.h>
#endif
#include "common/scummsys.h"