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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Oct 23 09:59:11 CEST 2008


Revision: 34845
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34845&view=rev
Author:   fingolfin
Date:     2008-10-23 07:59:10 +0000 (Thu, 23 Oct 2008)

Log Message:
-----------
Pushed down some header deps

Modified Paths:
--------------
    scummvm/trunk/common/config-manager.cpp
    scummvm/trunk/common/file.h
    scummvm/trunk/common/xmlparser.h
    scummvm/trunk/engines/agi/wagparser.cpp
    scummvm/trunk/engines/scumm/he/resource_he.cpp
    scummvm/trunk/engines/scumm/he/script_v60he.cpp

Modified: scummvm/trunk/common/config-manager.cpp
===================================================================
--- scummvm/trunk/common/config-manager.cpp	2008-10-23 00:36:40 UTC (rev 34844)
+++ scummvm/trunk/common/config-manager.cpp	2008-10-23 07:59:10 UTC (rev 34845)
@@ -25,6 +25,7 @@
 
 #include "common/config-manager.h"
 #include "common/file.h"
+#include "common/fs.h"
 #include "common/util.h"
 #include "common/system.h"
 

Modified: scummvm/trunk/common/file.h
===================================================================
--- scummvm/trunk/common/file.h	2008-10-23 00:36:40 UTC (rev 34844)
+++ scummvm/trunk/common/file.h	2008-10-23 07:59:10 UTC (rev 34845)
@@ -27,13 +27,13 @@
 #define COMMON_FILE_H
 
 #include "common/scummsys.h"
-#include "common/archive.h"
 #include "common/noncopyable.h"
 #include "common/str.h"
 #include "common/stream.h"
 
 namespace Common {
 
+class Archive;
 class FSNode;
 
 /**

Modified: scummvm/trunk/common/xmlparser.h
===================================================================
--- scummvm/trunk/common/xmlparser.h	2008-10-23 00:36:40 UTC (rev 34844)
+++ scummvm/trunk/common/xmlparser.h	2008-10-23 07:59:10 UTC (rev 34845)
@@ -27,7 +27,7 @@
 #define XML_PARSER_H
 
 #include "common/scummsys.h"
-#include "graphics/surface.h"
+#include "common/archive.h"
 #include "common/system.h"
 #include "common/xmlparser.h"
 #include "common/stream.h"
@@ -38,6 +38,7 @@
 #include "common/hash-str.h"
 #include "common/stack.h"
 
+
 namespace Common {
 	
 /*

Modified: scummvm/trunk/engines/agi/wagparser.cpp
===================================================================
--- scummvm/trunk/engines/agi/wagparser.cpp	2008-10-23 00:36:40 UTC (rev 34844)
+++ scummvm/trunk/engines/agi/wagparser.cpp	2008-10-23 07:59:10 UTC (rev 34845)
@@ -25,6 +25,7 @@
 
 #include "common/file.h"
 #include "common/util.h"
+#include "common/fs.h"
 
 #include "agi/wagparser.h"
 

Modified: scummvm/trunk/engines/scumm/he/resource_he.cpp
===================================================================
--- scummvm/trunk/engines/scumm/he/resource_he.cpp	2008-10-23 00:36:40 UTC (rev 34844)
+++ scummvm/trunk/engines/scumm/he/resource_he.cpp	2008-10-23 07:59:10 UTC (rev 34845)
@@ -34,6 +34,7 @@
 #include "sound/wave.h"
 #include "graphics/cursorman.h"
 
+#include "common/archive.h"
 #include "common/stream.h"
 #include "common/system.h"
 

Modified: scummvm/trunk/engines/scumm/he/script_v60he.cpp
===================================================================
--- scummvm/trunk/engines/scumm/he/script_v60he.cpp	2008-10-23 00:36:40 UTC (rev 34844)
+++ scummvm/trunk/engines/scumm/he/script_v60he.cpp	2008-10-23 07:59:10 UTC (rev 34845)
@@ -23,6 +23,7 @@
  *
  */
 
+#include "common/archive.h"
 #include "common/savefile.h"
 
 #include "scumm/actor.h"


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