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/scumm | |
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/scumm')
-rw-r--r-- | engines/scumm/file_nes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/file_nes.cpp b/engines/scumm/file_nes.cpp index 306b6610d2..bfd9f3f6cd 100644 --- a/engines/scumm/file_nes.cpp +++ b/engines/scumm/file_nes.cpp @@ -24,6 +24,7 @@ */ #include "scumm/file_nes.h" +#include "common/debug.h" #include "common/endian.h" #include "common/md5.h" |