diff options
| author | trollodel <33117082+trollodel@users.noreply.github.com> | 2022-11-19 12:45:49 +0100 |
|---|---|---|
| committer | trollodel <33117082+trollodel@users.noreply.github.com> | 2022-11-29 09:59:43 +0100 |
| commit | c90d0bd84f442f3baf69096fe124035352e7b145 (patch) | |
| tree | f5d5dfdf98f97bdea653ef51d38d8327524646c5 /editor/plugins/script_editor_plugin.cpp | |
| parent | 55dae301777ba609c3255026f9a9852a0dbfd43b (diff) | |
| download | redot-engine-c90d0bd84f442f3baf69096fe124035352e7b145.tar.gz | |
Use forward-declarations in big editor classes
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/script_editor_plugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index 4ff3919e9b..bb5491fcb5 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -40,6 +40,7 @@ #include "editor/debugger/editor_debugger_node.h" #include "editor/debugger/script_editor_debugger.h" #include "editor/editor_file_dialog.h" +#include "editor/editor_help_search.h" #include "editor/editor_node.h" #include "editor/editor_paths.h" #include "editor/editor_run_script.h" @@ -47,6 +48,7 @@ #include "editor/editor_settings.h" #include "editor/filesystem_dock.h" #include "editor/find_in_files.h" +#include "editor/inspector_dock.h" #include "editor/node_dock.h" #include "editor/plugins/shader_editor_plugin.h" #include "editor/plugins/text_shader_editor.h" |
