diff options
Diffstat (limited to 'main/main.cpp')
-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" |