aboutsummaryrefslogtreecommitdiff
path: root/src/game/Bag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Bag.h')
-rw-r--r--src/game/Bag.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/game/Bag.h b/src/game/Bag.h
index d930809cf4a..3ae786512ce 100644
--- a/src/game/Bag.h
+++ b/src/game/Bag.h
@@ -1,7 +1,7 @@
/*
- * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*
- * Copyright (C) 2008 Trinity <http://www.trinitycore.org/>
+ * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -24,11 +24,8 @@
// 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"
+#include "ItemPrototype.h"
class Bag : public Item
{