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/file.h"
#include "common/fs.h"
#include "common/util.h"
#include "common/system.h"

View File

@ -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;
/**

View File

@ -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 {
/*

View File

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

View File

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

View File

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