aboutsummaryrefslogtreecommitdiff
path: root/platform/android/export/export.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-03-18 23:45:45 +0100
committerRémi Verschelde2017-03-18 23:45:45 +0100
commit1b0e2b0c39f5fe36adaee8aa1a2eee39534850c0 (patch)
treeac279269dcb840e5629b0f0fad33ccd43b04c439 /platform/android/export/export.cpp
parent9d2c0f6c6e2603fa36fb376f9b0ab7d7d02ff8c8 (diff)
downloadgodot-1b0e2b0c39f5fe36adaee8aa1a2eee39534850c0.tar.gz
godot-1b0e2b0c39f5fe36adaee8aa1a2eee39534850c0.tar.zst
godot-1b0e2b0c39f5fe36adaee8aa1a2eee39534850c0.zip
Refactoring: rename tools/editor/ to editor/
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful. (Manual redo of 49c065d29ca07040c3fd810026121164ad86b247)
Diffstat (limited to 'platform/android/export/export.cpp')
-rw-r--r--platform/android/export/export.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp
index 9ccb6b0f1..c754fb994 100644
--- a/platform/android/export/export.cpp
+++ b/platform/android/export/export.cpp
@@ -28,9 +28,9 @@
/*************************************************************************/
#include "version.h"
#include "export.h"
-#include "tools/editor/editor_settings.h"
-#include "tools/editor/editor_import_export.h"
-#include "tools/editor/editor_node.h"
+#include "editor/editor_settings.h"
+#include "editor/editor_import_export.h"
+#include "editor/editor_node.h"
#include "io/zip_io.h"
#include "io/marshalls.h"
#include "globals.h"