summaryrefslogtreecommitdiffstats
path: root/editor/editor_data.cpp
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2024-04-21 01:11:35 -0700
committerAaron Franke <arnfranke@yahoo.com>2024-04-27 11:59:58 -0700
commit1bcbbe96c4dcff1b80ac9df12b59d765e2b1efd6 (patch)
treed331a9a609207d69619b0165305f63439ee29f3a /editor/editor_data.cpp
parent6118592c6d88350d01f74faff6fd49754f84a7d0 (diff)
downloadredot-engine-1bcbbe96c4dcff1b80ac9df12b59d765e2b1efd6.tar.gz
Organize existing code for editor plugins
Diffstat (limited to 'editor/editor_data.cpp')
-rw-r--r--editor/editor_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_data.cpp b/editor/editor_data.cpp
index bdc6504417..bd1eef8e53 100644
--- a/editor/editor_data.cpp
+++ b/editor/editor_data.cpp
@@ -36,9 +36,9 @@
#include "core/io/image_loader.h"
#include "core/io/resource_loader.h"
#include "editor/editor_node.h"
-#include "editor/editor_plugin.h"
#include "editor/editor_undo_redo_manager.h"
#include "editor/multi_node_edit.h"
+#include "editor/plugins/editor_plugin.h"
#include "editor/plugins/script_editor_plugin.h"
#include "editor/themes/editor_scale.h"
#include "scene/resources/packed_scene.h"