diff options
author | Travis Howell | 2008-08-05 00:27:25 +0000 |
---|---|---|
committer | Travis Howell | 2008-08-05 00:27:25 +0000 |
commit | f7cc93f71ab5b7526a69bae5df80abeafeef5d31 (patch) | |
tree | 1e91cf1fd7294a6dab0e0d3ff1d708ef131f52fd | |
parent | 73185331893cdddd93d9c663456f8792a6ac6eca (diff) | |
download | scummvm-rg350-f7cc93f71ab5b7526a69bae5df80abeafeef5d31.tar.gz scummvm-rg350-f7cc93f71ab5b7526a69bae5df80abeafeef5d31.tar.bz2 scummvm-rg350-f7cc93f71ab5b7526a69bae5df80abeafeef5d31.zip |
Removed unneeded #includes.
svn-id: r33627
-rw-r--r-- | common/system.cpp | 7 |
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; |