summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/misc.cpp6
-rw-r--r--src/common/modfile.cpp6
-rw-r--r--src/common/modfile.h2
-rw-r--r--src/common/restext.cpp2
-rw-r--r--src/common/restext.h2
5 files changed, 9 insertions, 9 deletions
diff --git a/src/common/misc.cpp b/src/common/misc.cpp
index 65b8031..65efe2d 100644
--- a/src/common/misc.cpp
+++ b/src/common/misc.cpp
@@ -26,9 +26,9 @@
#include <d3d.h>
#include "common/struct.h"
-#include "graphics/d3d/d3dengine.h"
-#include "math/old/d3dmath.h"
-#include "graphics/d3d/d3dutil.h"
+#include "old/d3dengine.h"
+#include "old/d3dmath.h"
+#include "old/d3dutil.h"
#include "common/language.h"
#include "common/event.h"
#include "common/misc.h"
diff --git a/src/common/modfile.cpp b/src/common/modfile.cpp
index eb11065..f87df25 100644
--- a/src/common/modfile.cpp
+++ b/src/common/modfile.cpp
@@ -23,13 +23,13 @@
#include "common/struct.h"
#include "math/geometry.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/event.h"
#include "common/misc.h"
#include "common/iman.h"
-#include "math/old/math3d.h"
+#include "old/math3d.h"
#include "common/modfile.h"
diff --git a/src/common/modfile.h b/src/common/modfile.h
index fb85118..5b2d496 100644
--- a/src/common/modfile.h
+++ b/src/common/modfile.h
@@ -20,7 +20,7 @@
#include "math/vector.h"
-#include "graphics/d3d/d3dengine.h"
+#include "old/d3dengine.h"
class CInstanceManager;
diff --git a/src/common/restext.cpp b/src/common/restext.cpp
index d8ac63f..68b24e2 100644
--- a/src/common/restext.cpp
+++ b/src/common/restext.cpp
@@ -17,7 +17,7 @@
#include <stdio.h>
#include "common/struct.h"
-#include "graphics/d3d/d3dengine.h"
+#include "old/d3dengine.h"
#include "common/language.h"
#include "common/misc.h"
#include "common/event.h"
diff --git a/src/common/restext.h b/src/common/restext.h
index ab48a12..019f67a 100644
--- a/src/common/restext.h
+++ b/src/common/restext.h
@@ -21,7 +21,7 @@
-#include "graphics/d3d/d3dengine.h"
+#include "old/d3dengine.h"
#include "common/event.h"