summaryrefslogtreecommitdiffstats
path: root/editor/shader_globals_editor.h
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/shader_globals_editor.h
parent6118592c6d88350d01f74faff6fd49754f84a7d0 (diff)
downloadredot-engine-1bcbbe96c4dcff1b80ac9df12b59d765e2b1efd6.tar.gz
Organize existing code for editor plugins
Diffstat (limited to 'editor/shader_globals_editor.h')
-rw-r--r--editor/shader_globals_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/shader_globals_editor.h b/editor/shader_globals_editor.h
index de871f76bf..fd94e483ff 100644
--- a/editor/shader_globals_editor.h
+++ b/editor/shader_globals_editor.h
@@ -33,8 +33,8 @@
#include "editor/editor_autoload_settings.h"
#include "editor/editor_data.h"
-#include "editor/editor_plugin_settings.h"
#include "editor/editor_sectioned_inspector.h"
+#include "editor/plugins/editor_plugin_settings.h"
#include "scene/gui/tab_container.h"
class ShaderGlobalsEditorInterface;