summaryrefslogtreecommitdiff
path: root/src/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inventory.h')
-rw-r--r--src/inventory.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/inventory.h b/src/inventory.h
index d9fd5dd1a..b1d359daf 100644
--- a/src/inventory.h
+++ b/src/inventory.h
@@ -25,14 +25,12 @@
#include "being/gender.h"
-#include "listeners/inventorylistener.h"
-
#include <list>
#include <string>
#include "localconsts.h"
-class Inventory;
+class InventoryListener;
class Item;
class Inventory final