diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2020-02-24 06:21:15 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2020-03-08 12:16:09 +0100 |
commit | 540ca05a80e23daafa191cdf24c07b3f8e37b47a (patch) | |
tree | aa4fda23fcc0d8e4ce5bef10df0a7f7ae4ca04ea /editor/plugins/script_editor_plugin.cpp | |
parent | 74051c77dc3ec1548f8efedfd892a0b2ad3537ad (diff) | |
download | redot-engine-540ca05a80e23daafa191cdf24c07b3f8e37b47a.tar.gz |
Threaded networking for editor debugger.
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/script_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index 60bed10351..bb03cad285 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -37,7 +37,6 @@ #include "core/os/os.h" #include "core/project_settings.h" #include "editor/debugger/editor_debugger_node.h" -#include "editor/debugger/script_editor_debugger.h" #include "editor/editor_node.h" #include "editor/editor_run_script.h" #include "editor/editor_scale.h" |