diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-04-07 18:59:49 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-04-07 18:59:49 +0200 |
commit | 4154039832cb79459975e46a3007c83c4864ccb3 (patch) | |
tree | 53babcd74fa2e04315e57c4be0be75c2f65e3993 /editor/dependency_editor.cpp | |
parent | c151d3231f8e5d207f64055c60c70967dd5351b5 (diff) | |
download | redot-engine-4154039832cb79459975e46a3007c83c4864ccb3.tar.gz |
Improve includes of EditorNode (and everything else)
Also start organizing editor-specific GUI components
into a dedicated folder, `editor/gui`.
Also move `editor_file_server` next to the rest of debugger classes.
Diffstat (limited to 'editor/dependency_editor.cpp')
-rw-r--r-- | editor/dependency_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/dependency_editor.cpp b/editor/dependency_editor.cpp index c98ec7b2d5..9cff7e3771 100644 --- a/editor/dependency_editor.cpp +++ b/editor/dependency_editor.cpp @@ -33,11 +33,11 @@ #include "core/config/project_settings.h" #include "core/io/file_access.h" #include "core/io/resource_loader.h" -#include "editor/editor_file_dialog.h" #include "editor/editor_file_system.h" #include "editor/editor_node.h" #include "editor/editor_scale.h" #include "editor/editor_settings.h" +#include "editor/gui/editor_file_dialog.h" #include "scene/gui/margin_container.h" void DependencyEditor::_searched(const String &p_path) { |