diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-02-23 22:04:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 22:04:50 +0100 |
commit | 0712acec1c21b5683f4cfe292bb82f7d1d37cae0 (patch) | |
tree | 61022f916f98dc8632455757c714047db31c8578 /modules/mono/editor/godotsharp_editor.h | |
parent | b6bf572e021f59ca9f6e95fca2e1cd08bd3fe0f2 (diff) | |
parent | a38b59b656e6834d466df37379266c29d6364490 (diff) |
Merge pull request #16920 from neikeq/mono-project-export
Mono project export
Diffstat (limited to 'modules/mono/editor/godotsharp_editor.h')
-rw-r--r-- | modules/mono/editor/godotsharp_editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mono/editor/godotsharp_editor.h b/modules/mono/editor/godotsharp_editor.h index 81c49aec30..66da814c8b 100644 --- a/modules/mono/editor/godotsharp_editor.h +++ b/modules/mono/editor/godotsharp_editor.h @@ -32,7 +32,6 @@ #define GODOTSHARP_EDITOR_H #include "godotsharp_builds.h" - #include "monodevelop_instance.h" class GodotSharpEditor : public Node { |