summaryrefslogtreecommitdiff
path: root/src/gui/outfitwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/outfitwindow.h')
-rw-r--r--src/gui/outfitwindow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/outfitwindow.h b/src/gui/outfitwindow.h
index 37d1b61a8..5f7d32e02 100644
--- a/src/gui/outfitwindow.h
+++ b/src/gui/outfitwindow.h
@@ -26,14 +26,12 @@
#include "gui/widgets/window.h"
#include <guichan/actionlistener.hpp>
-#include <guichan/mouselistener.hpp>
const unsigned int OUTFITS_COUNT = 100;
const unsigned int OUTFIT_ITEM_COUNT = 16;
class Button;
class CheckBox;
-class Item;
class Label;
class OutfitWindow final : public Window,