[Scummvm-cvs-logs] SF.net SVN: scummvm:[33627] scummvm/trunk/common/system.cpp
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Tue Aug 5 02:27:25 CEST 2008
Revision: 33627
http://scummvm.svn.sourceforge.net/scummvm/?rev=33627&view=rev
Author: Kirben
Date: 2008-08-05 00:27:25 +0000 (Tue, 05 Aug 2008)
Log Message:
-----------
Removed unneeded #includes.
Modified Paths:
--------------
scummvm/trunk/common/system.cpp
Modified: scummvm/trunk/common/system.cpp
===================================================================
--- scummvm/trunk/common/system.cpp 2008-08-05 00:21:46 UTC (rev 33626)
+++ scummvm/trunk/common/system.cpp 2008-08-05 00:27:25 UTC (rev 33627)
@@ -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;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list