aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/shorten.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/shorten.h')
-rw-r--r--engines/saga/shorten.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/engines/saga/shorten.h b/engines/saga/shorten.h
index 556abaf311..4d4ec328c6 100644
--- a/engines/saga/shorten.h
+++ b/engines/saga/shorten.h
@@ -30,9 +30,14 @@
#define SOUND_SHORTEN_H
#include "common/scummsys.h"
-#include "common/stream.h"
-#include "audio/audiostream.h"
+namespace Audio {
+class AudioStream;
+}
+
+namespace Common {
+class ReadStream;
+}
namespace Saga {