about summary refs log tree commit diff
path: root/src/game/editor
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/editor')
-rw-r--r--src/game/editor/ed_editor.cpp2
-rw-r--r--src/game/editor/ed_editor.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/game/editor/ed_editor.cpp b/src/game/editor/ed_editor.cpp
index 9b5c7f9e..940472ce 100644
--- a/src/game/editor/ed_editor.cpp
+++ b/src/game/editor/ed_editor.cpp
@@ -13,7 +13,7 @@ extern "C" {
 }
 
 #include <game/client/gc_map_image.hpp>
-#include <game/client/gc_ui.hpp>
+#include <game/client/ui.hpp>
 #include <game/gamecore.hpp>
 #include <game/client/gc_render.hpp>
 
diff --git a/src/game/editor/ed_editor.hpp b/src/game/editor/ed_editor.hpp
index e32b5cb7..f9527f33 100644
--- a/src/game/editor/ed_editor.hpp
+++ b/src/game/editor/ed_editor.hpp
@@ -15,7 +15,7 @@ extern "C" {
 	#include <engine/e_config.h>
 }
 
-#include <game/client/gc_ui.hpp>
+#include <game/client/ui.hpp>
 
 typedef void (*INDEX_MODIFY_FUNC)(int *index);