aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/smk_player.cpp
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/smk_player.cpp
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/smk_player.cpp')
-rw-r--r--graphics/video/smk_player.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/video/smk_player.cpp b/graphics/video/smk_player.cpp
index f97555bb15..81c18e94b4 100644
--- a/graphics/video/smk_player.cpp
+++ b/graphics/video/smk_player.cpp
@@ -28,11 +28,14 @@
// http://svn.ffmpeg.org/ffmpeg/trunk/libavcodec/smacker.c?revision=16143&view=markup
#include "graphics/video/smk_player.h"
+
#include "common/archive.h"
-#include "common/system.h"
-#include "common/util.h"
#include "common/array.h"
#include "common/endian.h"
+#include "common/util.h"
+#include "common/stream.h"
+#include "common/system.h"
+
#include "sound/mixer.h"
#include "sound/audiostream.h"