aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/script_func.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/script_func.cpp')
-rw-r--r--engines/toon/script_func.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/toon/script_func.cpp b/engines/toon/script_func.cpp
index 8150b4414b..e2842e0e6b 100644
--- a/engines/toon/script_func.cpp
+++ b/engines/toon/script_func.cpp
@@ -23,14 +23,14 @@
*
*/
-#include "script_func.h"
-#include "script.h"
-#include "state.h"
-#include "toon.h"
-#include "anim.h"
-#include "hotspot.h"
-#include "drew.h"
-#include "flux.h"
+#include "toon/script_func.h"
+#include "toon/script.h"
+#include "toon/state.h"
+#include "toon/toon.h"
+#include "toon/anim.h"
+#include "toon/hotspot.h"
+#include "toon/drew.h"
+#include "toon/flux.h"
namespace Toon {