summaryrefslogtreecommitdiff
path: root/src/gui/charselectdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-05-13 21:38:48 +0300
committerAndrei Karas <akaras@inbox.ru>2012-05-13 21:38:48 +0300
commit9cae83ad91a9d45fccc617eb9756ea83a5831e65 (patch)
treea1a165b3bea370fd4207fd48fa6b60b55cacf129 /src/gui/charselectdialog.h
parent12e311bd5261078e02bffe63e125f89ae1a57209 (diff)
downloadManaVerse-9cae83ad91a9d45fccc617eb9756ea83a5831e65.tar.gz
ManaVerse-9cae83ad91a9d45fccc617eb9756ea83a5831e65.tar.bz2
ManaVerse-9cae83ad91a9d45fccc617eb9756ea83a5831e65.tar.xz
ManaVerse-9cae83ad91a9d45fccc617eb9756ea83a5831e65.zip
Remove guichanfwd.h.
Diffstat (limited to 'src/gui/charselectdialog.h')
-rw-r--r--src/gui/charselectdialog.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/charselectdialog.h b/src/gui/charselectdialog.h
index fe65f3ce1..fb71b4bf4 100644
--- a/src/gui/charselectdialog.h
+++ b/src/gui/charselectdialog.h
@@ -24,7 +24,6 @@
#define CHAR_SELECT_H
#include "being.h"
-#include "guichanfwd.h"
#include "main.h"
#include "gui/widgets/window.h"
@@ -40,6 +39,12 @@ class LoginData;
class PlayerBox;
class TextDialog;
+namespace gcn
+{
+ class Button;
+ class Label;
+}
+
namespace Net
{
class CharHandler;