summaryrefslogtreecommitdiffstats
path: root/src/script/cmdtoken.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/cmdtoken.cpp')
-rw-r--r--src/script/cmdtoken.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/script/cmdtoken.cpp b/src/script/cmdtoken.cpp
index 70d1a7b..9559e42 100644
--- a/src/script/cmdtoken.cpp
+++ b/src/script/cmdtoken.cpp
@@ -20,14 +20,14 @@
#include <d3d.h>
#include "common/struct.h"
-#include "graphics/d3d/d3dengine.h"
-#include "math/old/d3dmath.h"
+#include "old/d3dengine.h"
+#include "old/d3dmath.h"
#include "common/language.h"
#include "common/global.h"
#include "common/event.h"
-#include "graphics/common/water.h"
-#include "graphics/common/pyro.h"
-#include "graphics/common/camera.h"
+#include "old/water.h"
+#include "old/pyro.h"
+#include "old/camera.h"
#include "object/object.h"
#include "script/cmdtoken.h"