diff options
Diffstat (limited to 'engines/toon/script.cpp')
-rw-r--r-- | engines/toon/script.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/toon/script.cpp b/engines/toon/script.cpp index 0242ace7e3..8703666781 100644 --- a/engines/toon/script.cpp +++ b/engines/toon/script.cpp @@ -23,10 +23,9 @@ * */ +#include "common/debug.h" #include "common/endian.h" #include "common/stream.h" -#include "common/util.h" -#include "common/system.h" #include "toon/toon.h" #include "toon/script.h" |