summaryrefslogtreecommitdiff
path: root/src/gui/shopwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/shopwindow.h')
-rw-r--r--src/gui/shopwindow.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/gui/shopwindow.h b/src/gui/shopwindow.h
index a8d131acb..dc9ae324b 100644
--- a/src/gui/shopwindow.h
+++ b/src/gui/shopwindow.h
@@ -23,8 +23,6 @@
#ifndef SHOP_H
#define SHOP_H
-#include "guichanfwd.h"
-
#include "gui/widgets/window.h"
#include <guichan/actionlistener.hpp>
@@ -37,6 +35,14 @@ class ShopItem;
class ShopItems;
class ShopListBox;
+namespace gcn
+{
+ class Button;
+ class CheckBox;
+ class Label;
+ class ScrollArea;
+}
+
/**
* The buy dialog.
*