[Scummvm-cvs-logs] SF.net SVN: scummvm: [30380] scummvm/branches/branch-0-11-0/common/system. cpp
chrilith at users.sourceforge.net
chrilith at users.sourceforge.net
Thu Jan 10 21:39:45 CET 2008
Revision: 30380
http://scummvm.svn.sourceforge.net/scummvm/?rev=30380&view=rev
Author: chrilith
Date: 2008-01-10 12:39:44 -0800 (Thu, 10 Jan 2008)
Log Message:
-----------
System includes must be before project headers to prevent compilation errors on PalmOS
Modified Paths:
--------------
scummvm/branches/branch-0-11-0/common/system.cpp
Modified: scummvm/branches/branch-0-11-0/common/system.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/common/system.cpp 2008-01-10 19:06:38 UTC (rev 30379)
+++ scummvm/branches/branch-0-11-0/common/system.cpp 2008-01-10 20:39:44 UTC (rev 30380)
@@ -23,6 +23,8 @@
*
*/
+#include <time.h>
+
#include "backends/intern.h"
#include "backends/events/default/default-events.h"
@@ -35,8 +37,6 @@
#include "gui/message.h"
#include "sound/mixer.h"
-#include <time.h>
-
OSystem *g_system = 0;
OSystem::OSystem() {
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