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 /modules/mono | |
| parent | ebf21e2288ae8345dae4822aec7d79225112ea25 (diff) | |
| parent | cfd84625f0dbd5590e94ecf851bd7b7db5c7665b (diff) | |
Merge pull request #37271 from akien-mga/cleanup-unused-classes
Remove unused classes and stray headers
Diffstat (limited to 'modules/mono')
| -rw-r--r-- | modules/mono/editor/bindings_generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/editor/bindings_generator.h b/modules/mono/editor/bindings_generator.h index b133923c25..bebe489d02 100644 --- a/modules/mono/editor/bindings_generator.h +++ b/modules/mono/editor/bindings_generator.h @@ -33,7 +33,7 @@ #include "core/class_db.h" #include "core/string_builder.h" -#include "editor/doc/doc_data.h" +#include "editor/doc_data.h" #include "editor/editor_help.h" #if defined(DEBUG_METHODS_ENABLED) && defined(TOOLS_ENABLED) |