aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/data/snd.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/data/snd.h')
-rw-r--r--engines/lastexpress/data/snd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/lastexpress/data/snd.h b/engines/lastexpress/data/snd.h
index 2e0bc8c1b0..f76f8ff6ca 100644
--- a/engines/lastexpress/data/snd.h
+++ b/engines/lastexpress/data/snd.h
@@ -39,7 +39,6 @@
byte {x} - IMA ADPCM sample codes
*/
-#include "common/stream.h"
#include "sound/mixer.h"
namespace Audio {
@@ -47,6 +46,10 @@ namespace Audio {
class QueuingAudioStream;
}
+namespace Common {
+class SeekableReadStream;
+}
+
namespace LastExpress {
class SimpleSound {