diff options
Diffstat (limited to 'src/gui/sell.h')
-rw-r--r-- | src/gui/sell.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/gui/sell.h b/src/gui/sell.h index e96eb712..9d1325a0 100644 --- a/src/gui/sell.h +++ b/src/gui/sell.h @@ -24,10 +24,17 @@ #ifndef _TMW_SELL_H #define _TMW_SELL_H +#include <vector> + +#include <guichan/actionlistener.hpp> +#include <guichan/listmodel.hpp> + #include "window.h" -#include "shop.h" -#include <vector> +#include "../guichanfwd.h" + +struct ITEM_SHOP; + /** * The sell dialog. |