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

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