aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/video_player.cpp
diff options
context:
space:
mode:
authorMax Horn2009-01-30 05:25:17 +0000
committerMax Horn2009-01-30 05:25:17 +0000
commit341bc64aaf5aebe299aa736f5584d647daa781a9 (patch)
tree5fe54f83b47d4e2dd536d2d0cc4ddcafe8c13897 /graphics/video/video_player.cpp
parent7cb437b56f95bff06b0c79be93cd619b95662346 (diff)
downloadscummvm-rg350-341bc64aaf5aebe299aa736f5584d647daa781a9.tar.gz
scummvm-rg350-341bc64aaf5aebe299aa736f5584d647daa781a9.tar.bz2
scummvm-rg350-341bc64aaf5aebe299aa736f5584d647daa781a9.zip
do not include common/debug.h from common/util.h
svn-id: r36143
Diffstat (limited to 'graphics/video/video_player.cpp')
-rw-r--r--graphics/video/video_player.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/video/video_player.cpp b/graphics/video/video_player.cpp
index e11c3c5c31..1b483a7c34 100644
--- a/graphics/video/video_player.cpp
+++ b/graphics/video/video_player.cpp
@@ -24,6 +24,7 @@
*/
#include "common/archive.h"
+#include "common/debug.h"
#include "common/events.h"
#include "common/system.h"
#include "common/util.h"