summaryrefslogtreecommitdiffstats
path: root/src/ui/edit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/edit.cpp')
-rw-r--r--src/ui/edit.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/ui/edit.cpp b/src/ui/edit.cpp
index f15b0c2..42aaf0b 100644
--- a/src/ui/edit.cpp
+++ b/src/ui/edit.cpp
@@ -25,17 +25,17 @@
#include <windows.h>
#include <d3d.h>
-#include "struct.h"
-#include "d3dengine.h"
-#include "language.h"
-#include "math3d.h"
-#include "event.h"
-#include "misc.h"
-#include "iman.h"
-#include "restext.h"
-#include "scroll.h"
-#include "text.h"
-#include "edit.h"
+#include "common/struct.h"
+#include "graphics/d3d/d3dengine.h"
+#include "common/language.h"
+#include "math/old/math3d.h"
+#include "common/event.h"
+#include "common/misc.h"
+#include "common/iman.h"
+#include "common/restext.h"
+#include "ui/scroll.h"
+#include "graphics/common/text.h"
+#include "ui/edit.h"
#define MARGX (5.0f/640.0f)