From d69d85f06fa6dc22ac4c7789e4140e32d119a7f1 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 7 Apr 2009 23:47:57 +0200 Subject: Moved basic widgets into the gui/widgets directory In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up. --- src/gui/confirm_dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/confirm_dialog.h') diff --git a/src/gui/confirm_dialog.h b/src/gui/confirm_dialog.h index 8d8c0436..821131c6 100644 --- a/src/gui/confirm_dialog.h +++ b/src/gui/confirm_dialog.h @@ -22,9 +22,9 @@ #ifndef OPTION_DIALOG_H #define OPTION_DIALOG_H -#include +#include "gui/widgets/window.h" -#include "window.h" +#include class ScrollArea; class TextBox; -- cgit v1.2.3-60-g2f50