summaryrefslogtreecommitdiff
path: root/src/gui/charcreatedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/charcreatedialog.h')
-rw-r--r--src/gui/charcreatedialog.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/gui/charcreatedialog.h b/src/gui/charcreatedialog.h
index 408297adc..b67a3971b 100644
--- a/src/gui/charcreatedialog.h
+++ b/src/gui/charcreatedialog.h
@@ -24,7 +24,6 @@
#define CHAR_CREATE_DIALOG_H
#include "being.h"
-#include "guichanfwd.h"
#include "gui/charselectdialog.h"
@@ -37,6 +36,13 @@ class LocalPlayer;
class PlayerBox;
class TextField;
+namespace gcn
+{
+ class Label;
+ class RadioButton;
+ class Slider;
+}
+
/**
* Character creation dialog.
*