aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index b4c01e06ff..ecb3e1f468 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -26,7 +26,6 @@
#include "engine.h"
#include "bundle.h"
#include "timer.h"
-#include "sound.h"
#define SCUMMVM_VERSION "0.2.2 CVS"
#define SCUMMVM_CVS "2002-08-21"
@@ -40,6 +39,7 @@ class NewGui;
class Scumm;
class IMuse;
class Actor;
+class Sound;
struct ScummDebugger;
struct Serializer;
struct FindObjectInRoom;