diff options
Diffstat (limited to 'src/gui/sell.h')
-rw-r--r-- | src/gui/sell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/sell.h b/src/gui/sell.h index 89ae06c4..547e297b 100644 --- a/src/gui/sell.h +++ b/src/gui/sell.h @@ -22,13 +22,13 @@ #ifndef SELL_H #define SELL_H +#include "gui/widgets/window.h" + #include <guichan/actionlistener.hpp> #include <guichan/selectionlistener.hpp> #include <SDL_types.h> -#include "window.h" - class Item; class ShopItems; class ShopListBox; |