aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2008-10-23 07:59:10 +0000
committerMax Horn2008-10-23 07:59:10 +0000
commitd3872061752cfdb59e6ed99a656a49eb8249843f (patch)
tree26dd747a04780362d24763c86210b6c181bfbf98
parentde8dedf3c318ad582d15f8069c83c74ca6e70db9 (diff)
downloadscummvm-rg350-d3872061752cfdb59e6ed99a656a49eb8249843f.tar.gz
scummvm-rg350-d3872061752cfdb59e6ed99a656a49eb8249843f.tar.bz2
scummvm-rg350-d3872061752cfdb59e6ed99a656a49eb8249843f.zip
Pushed down some header deps
svn-id: r34845
-rw-r--r--common/config-manager.cpp1
-rw-r--r--common/file.h2
-rw-r--r--common/xmlparser.h3
-rw-r--r--engines/agi/wagparser.cpp1
-rw-r--r--engines/scumm/he/resource_he.cpp1
-rw-r--r--engines/scumm/he/script_v60he.cpp1
6 files changed, 7 insertions, 2 deletions
diff --git a/common/config-manager.cpp b/common/config-manager.cpp
index 0d01c39c4f..13abe085e2 100644
--- a/common/config-manager.cpp
+++ b/common/config-manager.cpp
@@ -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"
diff --git a/common/file.h b/common/file.h
index 9f401393be..a9d2a09c61 100644
--- a/common/file.h
+++ b/common/file.h
@@ -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;
/**
diff --git a/common/xmlparser.h b/common/xmlparser.h
index 2831eadef8..de006cb473 100644
--- a/common/xmlparser.h
+++ b/common/xmlparser.h
@@ -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 {
/*
diff --git a/engines/agi/wagparser.cpp b/engines/agi/wagparser.cpp
index ea3893d957..adf5a0a6cf 100644
--- a/engines/agi/wagparser.cpp
+++ b/engines/agi/wagparser.cpp
@@ -25,6 +25,7 @@
#include "common/file.h"
#include "common/util.h"
+#include "common/fs.h"
#include "agi/wagparser.h"
diff --git a/engines/scumm/he/resource_he.cpp b/engines/scumm/he/resource_he.cpp
index a26d6fb72e..d7cd672a52 100644
--- a/engines/scumm/he/resource_he.cpp
+++ b/engines/scumm/he/resource_he.cpp
@@ -34,6 +34,7 @@
#include "sound/wave.h"
#include "graphics/cursorman.h"
+#include "common/archive.h"
#include "common/stream.h"
#include "common/system.h"
diff --git a/engines/scumm/he/script_v60he.cpp b/engines/scumm/he/script_v60he.cpp
index afe9f6b70b..1e9581f9c2 100644
--- a/engines/scumm/he/script_v60he.cpp
+++ b/engines/scumm/he/script_v60he.cpp
@@ -23,6 +23,7 @@
*
*/
+#include "common/archive.h"
#include "common/savefile.h"
#include "scumm/actor.h"