diff options
Diffstat (limited to 'src/gui/quitdialog.h')
-rw-r--r-- | src/gui/quitdialog.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/gui/quitdialog.h b/src/gui/quitdialog.h index dd881d283..175812bad 100644 --- a/src/gui/quitdialog.h +++ b/src/gui/quitdialog.h @@ -23,8 +23,6 @@ #ifndef QUITDIALOG_H #define QUITDIALOG_H -#include "guichanfwd.h" - #include "gui/widgets/window.h" #include <guichan/actionlistener.hpp> @@ -32,6 +30,12 @@ #include <vector> +namespace gcn +{ + class Button; + class RadioButton; +} + /** * The quit dialog. * |