diff options
| author | Max Horn | 2009-01-30 05:25:17 +0000 |
|---|---|---|
| committer | Max Horn | 2009-01-30 05:25:17 +0000 |
| commit | 341bc64aaf5aebe299aa736f5584d647daa781a9 (patch) | |
| tree | 5fe54f83b47d4e2dd536d2d0cc4ddcafe8c13897 /engines/cine | |
| parent | 7cb437b56f95bff06b0c79be93cd619b95662346 (diff) | |
| download | scummvm-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/cine')
| -rw-r--r-- | engines/cine/msg.cpp | 2 | ||||
| -rw-r--r-- | engines/cine/part.cpp | 1 | ||||
| -rw-r--r-- | engines/cine/saveload.cpp | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/engines/cine/msg.cpp b/engines/cine/msg.cpp index 08b16524fd..a7cccf03c7 100644 --- a/engines/cine/msg.cpp +++ b/engines/cine/msg.cpp @@ -23,7 +23,7 @@ * */ - +#include "common/debug.h" #include "common/endian.h" #include "cine/msg.h" diff --git a/engines/cine/part.cpp b/engines/cine/part.cpp index 2cf9a52569..b1218ce676 100644 --- a/engines/cine/part.cpp +++ b/engines/cine/part.cpp @@ -23,6 +23,7 @@ * */ +#include "common/debug.h" #include "common/endian.h" #include "cine/cine.h" diff --git a/engines/cine/saveload.cpp b/engines/cine/saveload.cpp index 2917ad6d1b..4a6ea321c8 100644 --- a/engines/cine/saveload.cpp +++ b/engines/cine/saveload.cpp @@ -23,6 +23,7 @@ * */ +#include "common/debug.h" #include "common/savefile.h" #include "cine/cine.h" |
