aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/voc.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/decoders/voc.h')
-rw-r--r--audio/decoders/voc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/decoders/voc.h b/audio/decoders/voc.h
index 82cc261f2c..38250dcf7a 100644
--- a/audio/decoders/voc.h
+++ b/audio/decoders/voc.h
@@ -41,8 +41,10 @@
#include "common/scummsys.h"
#include "common/types.h"
-namespace Common { class ReadStream; }
-namespace Common { class SeekableReadStream; }
+namespace Common {
+class ReadStream;
+class SeekableReadStream;
+}
namespace Audio {