aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTravis Howell2008-08-05 00:27:25 +0000
committerTravis Howell2008-08-05 00:27:25 +0000
commitf7cc93f71ab5b7526a69bae5df80abeafeef5d31 (patch)
tree1e91cf1fd7294a6dab0e0d3ff1d708ef131f52fd /common
parent73185331893cdddd93d9c663456f8792a6ac6eca (diff)
downloadscummvm-rg350-f7cc93f71ab5b7526a69bae5df80abeafeef5d31.tar.gz
scummvm-rg350-f7cc93f71ab5b7526a69bae5df80abeafeef5d31.tar.bz2
scummvm-rg350-f7cc93f71ab5b7526a69bae5df80abeafeef5d31.zip
Removed unneeded #includes.
svn-id: r33627
Diffstat (limited to 'common')
-rw-r--r--common/system.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/common/system.cpp b/common/system.cpp
index e3f81a69b6..3e07e4ac4c 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -28,16 +28,9 @@
#include "common/config-manager.h"
#include "common/system.h"
-#include "common/timer.h"
-#if defined(WIN32) && defined(ARRAYSIZE)
-// winnt.h defines ARRAYSIZE, but we want our own one... - this is needed before including util.h
-#undef ARRAYSIZE
-#endif
-#include "common/util.h"
#include "graphics/colormasks.h"
#include "gui/message.h"
-#include "sound/mixer.h"
OSystem *g_system = 0;