Pushed down some header deps

svn-id: r34845
This commit is contained in:
Max Horn 2008-10-23 07:59:10 +00:00
parent de8dedf3c3
commit d387206175
6 changed files with 7 additions and 2 deletions

View file

@ -25,6 +25,7 @@
#include "common/config-manager.h" #include "common/config-manager.h"
#include "common/file.h" #include "common/file.h"
#include "common/fs.h"
#include "common/util.h" #include "common/util.h"
#include "common/system.h" #include "common/system.h"

View file

@ -27,13 +27,13 @@
#define COMMON_FILE_H #define COMMON_FILE_H
#include "common/scummsys.h" #include "common/scummsys.h"
#include "common/archive.h"
#include "common/noncopyable.h" #include "common/noncopyable.h"
#include "common/str.h" #include "common/str.h"
#include "common/stream.h" #include "common/stream.h"
namespace Common { namespace Common {
class Archive;
class FSNode; class FSNode;
/** /**

View file

@ -27,7 +27,7 @@
#define XML_PARSER_H #define XML_PARSER_H
#include "common/scummsys.h" #include "common/scummsys.h"
#include "graphics/surface.h" #include "common/archive.h"
#include "common/system.h" #include "common/system.h"
#include "common/xmlparser.h" #include "common/xmlparser.h"
#include "common/stream.h" #include "common/stream.h"
@ -38,6 +38,7 @@
#include "common/hash-str.h" #include "common/hash-str.h"
#include "common/stack.h" #include "common/stack.h"
namespace Common { namespace Common {
/* /*

View file

@ -25,6 +25,7 @@
#include "common/file.h" #include "common/file.h"
#include "common/util.h" #include "common/util.h"
#include "common/fs.h"
#include "agi/wagparser.h" #include "agi/wagparser.h"

View file

@ -34,6 +34,7 @@
#include "sound/wave.h" #include "sound/wave.h"
#include "graphics/cursorman.h" #include "graphics/cursorman.h"
#include "common/archive.h"
#include "common/stream.h" #include "common/stream.h"
#include "common/system.h" #include "common/system.h"

View file

@ -23,6 +23,7 @@
* *
*/ */
#include "common/archive.h"
#include "common/savefile.h" #include "common/savefile.h"
#include "scumm/actor.h" #include "scumm/actor.h"