Browse Source

Merge pull request #4544 from mattiascibien/fix-double-include

Removed double incluson of scene/gui/dialogs.h
Rémi Verschelde 9 years ago
parent
commit
98bd5362c3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tools/editor/editor_file_dialog.h

+ 0 - 1
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"