[Scummvm-cvs-logs] SF.net SVN: scummvm:[54119] scummvm/trunk/engines

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Nov 7 18:15:46 CET 2010


Revision: 54119
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54119&view=rev
Author:   fingolfin
Date:     2010-11-07 17:15:46 +0000 (Sun, 07 Nov 2010)

Log Message:
-----------
ENGINES: Do not include engines/savestate.h from engines/game.h

Modified Paths:
--------------
    scummvm/trunk/engines/game.h
    scummvm/trunk/engines/groovie/saveload.h

Modified: scummvm/trunk/engines/game.h
===================================================================
--- scummvm/trunk/engines/game.h	2010-11-07 17:15:27 UTC (rev 54118)
+++ scummvm/trunk/engines/game.h	2010-11-07 17:15:46 UTC (rev 54119)
@@ -28,7 +28,6 @@
 
 #include "common/array.h"
 #include "common/hash-str.h"
-#include "engines/savestate.h"	// TODO: Push this #include out to .cpp files needing it
 
 /**
  * A simple structure used to map gameids (like "monkey", "sword1", ...) to

Modified: scummvm/trunk/engines/groovie/saveload.h
===================================================================
--- scummvm/trunk/engines/groovie/saveload.h	2010-11-07 17:15:27 UTC (rev 54118)
+++ scummvm/trunk/engines/groovie/saveload.h	2010-11-07 17:15:46 UTC (rev 54119)
@@ -28,6 +28,7 @@
 
 #include "common/savefile.h"
 #include "engines/game.h"
+#include "engines/savestate.h"
 
 namespace Groovie {
 


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