removed unneeded creature.h includes

found those with: #can't cover everything
ack -c Creature | ack ":1$" | sed 's/:1//' | xargs /usr/bin/ack-grep "include \"Creature.h\""

this also doesn't work 100% (had to change one by hand later)
This commit is contained in:
balrok 2009-03-07 00:29:40 +01:00 committed by VladimirMangos
parent f3ea479f6e
commit d0696f3a5a
6 changed files with 1 additions and 6 deletions

View file

@ -20,7 +20,6 @@
#include "Player.h"
#include "BattleGround.h"
#include "BattleGroundAV.h"
#include "Creature.h"
#include "MapManager.h"
#include "Language.h"

View file

@ -20,7 +20,6 @@
#include "Player.h"
#include "BattleGround.h"
#include "BattleGroundBE.h"
#include "Creature.h"
#include "ObjectMgr.h"
#include "MapManager.h"
#include "WorldPacket.h"

View file

@ -20,7 +20,6 @@
#include "Player.h"
#include "BattleGround.h"
#include "BattleGroundNA.h"
#include "Creature.h"
#include "ObjectMgr.h"
#include "MapManager.h"
#include "WorldPacket.h"

View file

@ -20,7 +20,6 @@
#include "Player.h"
#include "BattleGround.h"
#include "BattleGroundRL.h"
#include "Creature.h"
#include "ObjectMgr.h"
#include "MapManager.h"
#include "Language.h"

View file

@ -19,7 +19,6 @@
#ifndef MANGOS_DESTINATIONHOLDERIMP_H
#define MANGOS_DESTINATIONHOLDERIMP_H
#include "Creature.h"
#include "MapManager.h"
#include "DestinationHolder.h"

View file

@ -17,7 +17,7 @@
*/
#include "IdleMovementGenerator.h"
#include "Creature.h"
#include "Unit.h"
IdleMovementGenerator si_idleMovement;