aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/flic_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/flic_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/flic_player.h')
-rw-r--r--graphics/video/flic_player.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/video/flic_player.h b/graphics/video/flic_player.h
index 7f0a029df8..43f3775bdd 100644
--- a/graphics/video/flic_player.h
+++ b/graphics/video/flic_player.h
@@ -26,10 +26,13 @@
#ifndef GRAPHICS_VIDEO_FLICPLAYER_H
#define GRAPHICS_VIDEO_FLICPLAYER_H
-#include "common/endian.h"
+#include "common/scummsys.h"
#include "common/list.h"
#include "common/rect.h"
-#include "common/file.h"
+
+namespace Common {
+ class SeekableReadStream;
+}
namespace Graphics {