aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/video_player.h
diff options
context:
space:
mode:
authorMax Horn2009-01-07 23:36:41 +0000
committerMax Horn2009-01-07 23:36:41 +0000
commit900f328c8108929d9a76a1e28e3850e9783c735e (patch)
treec0613d3264305b252fa5c6c340b54019eab924f1 /graphics/video/video_player.h
parente955e0b4c4ad168d54f9ae16c86ac50640b3c8b3 (diff)
downloadscummvm-rg350-900f328c8108929d9a76a1e28e3850e9783c735e.tar.gz
scummvm-rg350-900f328c8108929d9a76a1e28e3850e9783c735e.tar.bz2
scummvm-rg350-900f328c8108929d9a76a1e28e3850e9783c735e.zip
Reduced header deps
svn-id: r35781
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 {