summaryrefslogtreecommitdiffstats
path: root/src/ui/displayinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/displayinfo.cpp')
-rw-r--r--src/ui/displayinfo.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ui/displayinfo.cpp b/src/ui/displayinfo.cpp
index f788445..37719c1 100644
--- a/src/ui/displayinfo.cpp
+++ b/src/ui/displayinfo.cpp
@@ -22,16 +22,16 @@
#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/event.h"
#include "common/misc.h"
#include "common/iman.h"
#include "common/restext.h"
-#include "math/old/math3d.h"
+#include "old/math3d.h"
#include "object/robotmain.h"
-#include "graphics/common/camera.h"
+#include "old/camera.h"
#include "object/object.h"
#include "object/motion/motion.h"
#include "object/motion/motiontoto.h"
@@ -41,9 +41,9 @@
#include "ui/edit.h"
#include "ui/group.h"
#include "ui/window.h"
-#include "graphics/common/particule.h"
-#include "graphics/common/light.h"
-#include "graphics/common/text.h"
+#include "old/particule.h"
+#include "old/light.h"
+#include "old/text.h"
#include "script/cbottoken.h"
#include "ui/displayinfo.h"