aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-17 07:36:08 +0000
committerJohannes Schickel2009-08-17 07:36:08 +0000
commit71c9700420237834d2e02a29eb6c0d0508a463b7 (patch)
tree53e0107f45fb8ae01093f5636a16ace501223798 /engines/sci/resource.h
parentc38f58598bfc35aa6c1a413e6f1369d5f09ca819 (diff)
downloadscummvm-rg350-71c9700420237834d2e02a29eb6c0d0508a463b7.tar.gz
scummvm-rg350-71c9700420237834d2e02a29eb6c0d0508a463b7.tar.bz2
scummvm-rg350-71c9700420237834d2e02a29eb6c0d0508a463b7.zip
Fix compilation of the SCI engine. It seems that all of the SCI header files I touched (and probably others I luckily didn't touch) seem to assume that files including them will supply needed types. That looks like a major issue in SCI. Someone with knowledge of the SCI code should look into this and cleanup the includes of *all* SCI headers.
svn-id: r43459
Diffstat (limited to 'engines/sci/resource.h')
-rw-r--r--engines/sci/resource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/resource.h b/engines/sci/resource.h
index 1ab49c834e..d38cff87df 100644
--- a/engines/sci/resource.h
+++ b/engines/sci/resource.h
@@ -33,7 +33,6 @@
#include "sound/audiostream.h"
#include "sound/mixer.h" // for SoundHandle
-#include "sci/engine/vm.h" // for Object
#include "sci/decompressor.h"
namespace Common {