summaryrefslogtreecommitdiff
path: root/src/gui/statuswindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r--src/gui/statuswindow.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h
index c477a0099..936ea68eb 100644
--- a/src/gui/statuswindow.h
+++ b/src/gui/statuswindow.h
@@ -23,7 +23,6 @@
#ifndef STATUS_H
#define STATUS_H
-#include "guichanfwd.h"
#include "listener.h"
#include "gui/widgets/window.h"
@@ -37,6 +36,12 @@ class ProgressBar;
class ScrollArea;
class VertContainer;
+namespace gcn
+{
+ class Button;
+ class Label;
+}
+
/**
* The player status dialog.
*