diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-05-13 21:38:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-05-13 21:38:48 +0300 |
commit | 9cae83ad91a9d45fccc617eb9756ea83a5831e65 (patch) | |
tree | a1a165b3bea370fd4207fd48fa6b60b55cacf129 /src/gui/setup_joystick.h | |
parent | 12e311bd5261078e02bffe63e125f89ae1a57209 (diff) | |
download | plus-9cae83ad91a9d45fccc617eb9756ea83a5831e65.tar.gz plus-9cae83ad91a9d45fccc617eb9756ea83a5831e65.tar.bz2 plus-9cae83ad91a9d45fccc617eb9756ea83a5831e65.tar.xz plus-9cae83ad91a9d45fccc617eb9756ea83a5831e65.zip |
Remove guichanfwd.h.
Diffstat (limited to 'src/gui/setup_joystick.h')
-rw-r--r-- | src/gui/setup_joystick.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/gui/setup_joystick.h b/src/gui/setup_joystick.h index d93d7e821..d4f54d489 100644 --- a/src/gui/setup_joystick.h +++ b/src/gui/setup_joystick.h @@ -23,8 +23,6 @@ #ifndef GUI_SETUP_JOYSTICK_H #define GUI_SETUP_JOYSTICK_H -#include "guichanfwd.h" - #include "gui/widgets/setuptab.h" #include <guichan/actionlistener.hpp> @@ -32,6 +30,13 @@ class DropDown; class NamesModel; +namespace gcn +{ + class Button; + class CheckBox; + class Label; +} + class Setup_Joystick : public SetupTab { public: |