diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-03-24 15:49:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 15:49:21 +0100 |
commit | 6bc1ae8a2c5e69145953a40782a75d52564a57e3 (patch) | |
tree | 1f730a6a7d2c7a4861009cb55b6d28103923698a /main/main.cpp | |
parent | ebf21e2288ae8345dae4822aec7d79225112ea25 (diff) | |
parent | cfd84625f0dbd5590e94ecf851bd7b7db5c7665b (diff) | |
download | redot-engine-6bc1ae8a2c5e69145953a40782a75d52564a57e3.tar.gz |
Merge pull request #37271 from akien-mga/cleanup-unused-classes
Remove unused classes and stray headers
Diffstat (limited to 'main/main.cpp')
-rw-r--r-- | main/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/main.cpp b/main/main.cpp index 887d423d52..0047d05771 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -71,8 +71,8 @@ #include "servers/register_server_types.h" #ifdef TOOLS_ENABLED -#include "editor/doc/doc_data.h" -#include "editor/doc/doc_data_class_path.gen.h" +#include "editor/doc_data.h" +#include "editor/doc_data_class_path.gen.h" #include "editor/editor_node.h" #include "editor/editor_settings.h" #include "editor/progress_dialog.h" |