diff options
author | Mattias Cibien <mattias@mattiascibien.net> | 2016-05-04 10:54:59 +0200 |
---|---|---|
committer | Mattias Cibien <mattias@mattiascibien.net> | 2016-05-04 10:54:59 +0200 |
commit | f8322c99488925eeca36456f81716119f74d77e2 (patch) | |
tree | 696fe06742b3f7cb9f32f8d282d24f804d4c07f9 /tools/editor/editor_file_dialog.h | |
parent | a79e3906135c2258b5bf9814e4971c4fc2f231e6 (diff) |
Remove double incluson of scene/gui/dialogs.h
Removed a double inclusion of scene/gui/dialogs.h in file
editor_file_dialog.h
Diffstat (limited to 'tools/editor/editor_file_dialog.h')
-rw-r--r-- | tools/editor/editor_file_dialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/editor_file_dialog.h b/tools/editor/editor_file_dialog.h index d37856e556..a8f62a5226 100644 --- a/tools/editor/editor_file_dialog.h +++ b/tools/editor/editor_file_dialog.h @@ -35,7 +35,6 @@ #include "scene/gui/item_list.h" #include "scene/gui/line_edit.h" #include "scene/gui/option_button.h" -#include "scene/gui/dialogs.h" #include "os/dir_access.h" #include "scene/gui/box_container.h" #include "scene/gui/texture_frame.h" |