aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/smk_player.cpp
diff options
context:
space:
mode:
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"