From f8322c99488925eeca36456f81716119f74d77e2 Mon Sep 17 00:00:00 2001 From: Mattias Cibien Date: Wed, 4 May 2016 10:54:59 +0200 Subject: [PATCH] Remove double incluson of scene/gui/dialogs.h Removed a double inclusion of scene/gui/dialogs.h in file editor_file_dialog.h --- tools/editor/editor_file_dialog.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/editor/editor_file_dialog.h b/tools/editor/editor_file_dialog.h index d37856e5564..a8f62a52265 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"