aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/video_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/video_player.h')
-rw-r--r--graphics/video/video_player.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/video/video_player.h b/graphics/video/video_player.h
index ea9122499f..4a44349552 100644
--- a/graphics/video/video_player.h
+++ b/graphics/video/video_player.h
@@ -27,11 +27,12 @@
#define GRAPHICS_VIDEO_PLAYER_H
#include "common/scummsys.h"
-#include "common/stream.h"
-#include "common/system.h"
+#include "common/events.h"
#include "common/list.h"
-#include "sound/mixer.h"
-#include "sound/audiostream.h"
+
+namespace Common {
+ class SeekableReadStream;
+}
namespace Graphics {