summaryrefslogtreecommitdiffstats
path: root/editor/plugins/gdextension_export_plugin.h
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 /editor/plugins/gdextension_export_plugin.h
parent1c63fbed4366803f1c63392e8d3f30955bd05736 (diff)
downloadredot-engine-e53ae131787b3eb45560635b6d358d8fee4e088c.tar.gz
Split up editor export code into multiple files
Diffstat (limited to 'editor/plugins/gdextension_export_plugin.h')
-rw-r--r--editor/plugins/gdextension_export_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/gdextension_export_plugin.h b/editor/plugins/gdextension_export_plugin.h
index b91a17d9e5..b5eca46ad3 100644
--- a/editor/plugins/gdextension_export_plugin.h
+++ b/editor/plugins/gdextension_export_plugin.h
@@ -31,7 +31,7 @@
#ifndef GDEXTENSION_EXPORT_PLUGIN_H
#define GDEXTENSION_EXPORT_PLUGIN_H
-#include "editor/editor_export.h"
+#include "editor/export/editor_export.h"
class GDExtensionExportPlugin : public EditorExportPlugin {
protected: