aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/menu.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/menu.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/menu.h')
-rw-r--r--engines/toltecs/menu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/toltecs/menu.h b/engines/toltecs/menu.h
index 22936706d6..5860afd0b3 100644
--- a/engines/toltecs/menu.h
+++ b/engines/toltecs/menu.h
@@ -37,11 +37,6 @@
#include "common/rect.h"
#include "common/str.h"
-#include "sound/audiostream.h"
-#include "sound/mixer.h"
-#include "sound/voc.h"
-#include "sound/audiocd.h"
-
#include "engines/engine.h"
namespace Toltecs {