aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/script.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-01-27 09:03:10 +0000
committerWillem Jan Palenstijn2011-11-20 22:43:09 +0100
commit89a5208a58500ab12ccfb7893abf67add4afc0e9 (patch)
tree98d6593cb6c3fd57e7a89d60ff26b9360e925e02 /engines/toltecs/script.h
parent16baa44a2fa60170858b138d77b74944121247e6 (diff)
downloadscummvm-rg350-89a5208a58500ab12ccfb7893abf67add4afc0e9.tar.gz
scummvm-rg350-89a5208a58500ab12ccfb7893abf67add4afc0e9.tar.bz2
scummvm-rg350-89a5208a58500ab12ccfb7893abf67add4afc0e9.zip
TOLTECS: Fixed compilation with the latest trunk changes.
This change also unveiled a serious problem: the same include files are used EVERYWHERE (e.g. code manipulating the screen is using sound includes). Added a FIXME concerning this
Diffstat (limited to 'engines/toltecs/script.h')
-rw-r--r--engines/toltecs/script.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/toltecs/script.h b/engines/toltecs/script.h
index 83ee628d25..e82e3da6cd 100644
--- a/engines/toltecs/script.h
+++ b/engines/toltecs/script.h
@@ -36,11 +36,6 @@
#include "common/array.h"
#include "common/func.h"
-#include "sound/audiostream.h"
-#include "sound/mixer.h"
-#include "sound/voc.h"
-#include "sound/audiocd.h"
-
#include "engines/engine.h"
namespace Toltecs {