summaryrefslogtreecommitdiffstats
path: root/src/ui/image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/image.cpp')
-rw-r--r--src/ui/image.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ui/image.cpp b/src/ui/image.cpp
index 974216a..39ff867 100644
--- a/src/ui/image.cpp
+++ b/src/ui/image.cpp
@@ -23,14 +23,14 @@
#include <stdio.h>
#include <d3d.h>
-#include "struct.h"
-#include "d3dengine.h"
-#include "math3d.h"
-#include "event.h"
-#include "misc.h"
-#include "iman.h"
-#include "restext.h"
-#include "image.h"
+#include "common/struct.h"
+#include "graphics/d3d/d3dengine.h"
+#include "math/old/math3d.h"
+#include "common/event.h"
+#include "common/misc.h"
+#include "common/iman.h"
+#include "common/restext.h"
+#include "ui/image.h"