From 900f328c8108929d9a76a1e28e3850e9783c735e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 7 Jan 2009 23:36:41 +0000 Subject: Reduced header deps svn-id: r35781 --- graphics/video/video_player.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'graphics/video/video_player.h') 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 { -- cgit v1.2.3