aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/smk_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/smk_player.h')
-rw-r--r--graphics/video/smk_player.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/video/smk_player.h b/graphics/video/smk_player.h
index 3ddc12e2d6..512eb57c20 100644
--- a/graphics/video/smk_player.h
+++ b/graphics/video/smk_player.h
@@ -30,12 +30,12 @@
#ifndef GRAPHICS_VIDEO_SMK_PLAYER_H
#define GRAPHICS_VIDEO_SMK_PLAYER_H
-#include "common/scummsys.h"
-#include "common/stream.h"
+#include "graphics/video/video_player.h"
#include "sound/mixer.h"
-#include "sound/audiostream.h"
-#include "graphics/video/video_player.h"
+namespace Audio {
+ class AppendableAudioStream;
+}
namespace Graphics {