aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/script.cpp')
-rw-r--r--engines/toon/script.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/toon/script.cpp b/engines/toon/script.cpp
index 1187d0542c..5598e8e10c 100644
--- a/engines/toon/script.cpp
+++ b/engines/toon/script.cpp
@@ -29,8 +29,8 @@
#include "common/util.h"
#include "common/system.h"
-#include "toon.h"
-#include "script.h"
+#include "toon/toon.h"
+#include "toon/script.h"
namespace Toon {
EMCInterpreter::EMCInterpreter(ToonEngine *vm) : _vm(vm), _scriptData(0), _filename(0) {