diff options
Diffstat (limited to 'src/game/Bag.h')
-rw-r--r-- | src/game/Bag.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/Bag.h b/src/game/Bag.h index 34f56439cea..1c341b5611d 100644 --- a/src/game/Bag.h +++ b/src/game/Bag.h @@ -24,10 +24,7 @@ // Maximum 36 Slots ( (CONTAINER_END - CONTAINER_FIELD_SLOT_1)/2 #define MAX_BAG_SIZE 36 // 2.0.12 -#include "Object.h" #include "ItemPrototype.h" -#include "Unit.h" -#include "Creature.h" #include "Item.h" class Bag : public Item |