summaryrefslogtreecommitdiff
path: root/src/gui/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/inventory.h')
-rw-r--r--src/gui/inventory.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gui/inventory.h b/src/gui/inventory.h
index a035ee50..4fcc6870 100644
--- a/src/gui/inventory.h
+++ b/src/gui/inventory.h
@@ -24,11 +24,7 @@
#ifndef _TMW_INVENTORY_H
#define _TMW_INVENTORY_H
-#include "../log.h"
-#include "../net/network.h"
-#include "../graphic/spriteset.h"
#include "itemcontainer.h"
-#include "gui.h"
#include "window.h"
/**
@@ -109,4 +105,6 @@ class InventoryWindow : public Window, gcn::ActionListener
gcn::Label *weightLabel;
};
+extern InventoryWindow *inventoryWindow;
+
#endif