From 1b0e2b0c39f5fe36adaee8aa1a2eee39534850c0 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Sat, 18 Mar 2017 23:45:45 +0100 Subject: 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) --- platform/javascript/export/export.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'platform/javascript') diff --git a/platform/javascript/export/export.cpp b/platform/javascript/export/export.cpp index 041d8a473..b4409e90f 100644 --- a/platform/javascript/export/export.cpp +++ b/platform/javascript/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" -- cgit v1.2.3-70-g09d2