summaryrefslogtreecommitdiffstats
path: root/editor/editor_run.h
diff options
context:
space:
mode:
authortrollodel <33117082+trollodel@users.noreply.github.com>2022-11-19 12:45:49 +0100
committertrollodel <33117082+trollodel@users.noreply.github.com>2022-11-29 09:59:43 +0100
commitc90d0bd84f442f3baf69096fe124035352e7b145 (patch)
treef5d5dfdf98f97bdea653ef51d38d8327524646c5 /editor/editor_run.h
parent55dae301777ba609c3255026f9a9852a0dbfd43b (diff)
downloadredot-engine-c90d0bd84f442f3baf69096fe124035352e7b145.tar.gz
Use forward-declarations in big editor classes
Diffstat (limited to 'editor/editor_run.h')
-rw-r--r--editor/editor_run.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_run.h b/editor/editor_run.h
index 4cbc6838e4..935e32ee2a 100644
--- a/editor/editor_run.h
+++ b/editor/editor_run.h
@@ -32,7 +32,7 @@
#define EDITOR_RUN_H
#include "core/os/os.h"
-#include "scene/main/node.h"
+
class EditorRun {
public:
enum Status {