From 540ca05a80e23daafa191cdf24c07b3f8e37b47a Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Mon, 24 Feb 2020 06:21:15 +0100 Subject: Threaded networking for editor debugger. --- editor/plugins/script_editor_plugin.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'editor/plugins/script_editor_plugin.cpp') 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" -- cgit v1.2.3