aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/debug.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 /engines/sword1/debug.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 'engines/sword1/debug.cpp')
-rw-r--r--engines/sword1/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/debug.cpp b/engines/sword1/debug.cpp
index fd8c411504..39f280748c 100644
--- a/engines/sword1/debug.cpp
+++ b/engines/sword1/debug.cpp
@@ -23,7 +23,7 @@
*
*/
-
+#include "common/debug.h"
#include "common/util.h"
#include "sword1/debug.h"