aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/dxa_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/dxa_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/dxa_player.cpp')
-rw-r--r--graphics/video/dxa_player.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/video/dxa_player.cpp b/graphics/video/dxa_player.cpp
index aef0e30354..e228510e6b 100644
--- a/graphics/video/dxa_player.cpp
+++ b/graphics/video/dxa_player.cpp
@@ -25,9 +25,10 @@
#include "common/endian.h"
#include "common/archive.h"
-#include "graphics/video/dxa_player.h"
#include "common/util.h"
+#include "graphics/video/dxa_player.h"
+
#ifdef USE_ZLIB
#include "common/zlib.h"
#endif