diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 14:21:25 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 14:21:25 +0100 |
commit | 49c065d29ca07040c3fd810026121164ad86b247 (patch) | |
tree | 285176e0c80a41c22c3e8f171024472cfdc7d765 /main | |
parent | 532f6d4b431f940432e82b7fc7826652b7a4520d (diff) |
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.
Diffstat (limited to 'main')
-rw-r--r-- | main/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/main.cpp b/main/main.cpp index fb7f2ebceb..32aea6a4a5 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -54,9 +54,9 @@ #include "scene/main/viewport.h" #ifdef TOOLS_ENABLED -#include "tools/editor/doc/doc_data.h" -#include "tools/editor/editor_node.h" -#include "tools/editor/project_manager.h" +#include "editor/doc/doc_data.h" +#include "editor/editor_node.h" +#include "editor/project_manager.h" #endif #include "io/file_access_network.h" |