aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMax Horn2008-10-23 07:59:10 +0000
committerMax Horn2008-10-23 07:59:10 +0000
commitd3872061752cfdb59e6ed99a656a49eb8249843f (patch)
tree26dd747a04780362d24763c86210b6c181bfbf98 /engines
parentde8dedf3c318ad582d15f8069c83c74ca6e70db9 (diff)
downloadscummvm-rg350-d3872061752cfdb59e6ed99a656a49eb8249843f.tar.gz
scummvm-rg350-d3872061752cfdb59e6ed99a656a49eb8249843f.tar.bz2
scummvm-rg350-d3872061752cfdb59e6ed99a656a49eb8249843f.zip
Pushed down some header deps
svn-id: r34845
Diffstat (limited to 'engines')
-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
3 files changed, 3 insertions, 0 deletions
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"