summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2022-07-17 12:24:37 -0500
committerAaron Franke <arnfranke@yahoo.com>2022-07-26 08:28:19 -0500
commite53ae131787b3eb45560635b6d358d8fee4e088c (patch)
tree57fc70ab2a01ae69a9a479a7878120b34ee60904 /modules
parent1c63fbed4366803f1c63392e8d3f30955bd05736 (diff)
Split up editor export code into multiple files
Diffstat (limited to 'modules')
-rw-r--r--modules/gdscript/register_types.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/register_types.cpp b/modules/gdscript/register_types.cpp
index b230c6ba36..059ca703ab 100644
--- a/modules/gdscript/register_types.cpp
+++ b/modules/gdscript/register_types.cpp
@@ -52,10 +52,10 @@ GDScriptCache *gdscript_cache = nullptr;
#ifdef TOOLS_ENABLED
-#include "editor/editor_export.h"
#include "editor/editor_node.h"
#include "editor/editor_settings.h"
#include "editor/editor_translation_parser.h"
+#include "editor/export/editor_export.h"
#include "editor/gdscript_highlighter.h"
#include "editor/gdscript_translation_parser_plugin.h"