summaryrefslogtreecommitdiff
path: root/platform/android/export/export.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-07-27 11:19:40 +0200
committerGitHub <noreply@github.com>2022-07-27 11:19:40 +0200
commitf3fbb157cad78185e20886568c26dc533cca7d0f (patch)
treecbf61b36e381993a110272a19a5e7e7641d8ec0b /platform/android/export/export.cpp
parenta7335b00e6f8da4e7491afeb0c7547d95e9541f4 (diff)
parent006e5f28d58c516d2331a48842665289e2ba9fcf (diff)
Merge pull request #63121 from aaronfranke/editor-export-split
Diffstat (limited to 'platform/android/export/export.cpp')
-rw-r--r--platform/android/export/export.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp
index 560f188b82..5bbe0ffab6 100644
--- a/platform/android/export/export.cpp
+++ b/platform/android/export/export.cpp
@@ -30,10 +30,10 @@
#include "export.h"
-#include "export_plugin.h"
-
#include "core/os/os.h"
#include "editor/editor_settings.h"
+#include "editor/export/editor_export.h"
+#include "export_plugin.h"
void register_android_exporter() {
EDITOR_DEF("export/android/android_sdk_path", "");