mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
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:
parent
f3ea479f6e
commit
d0696f3a5a
6 changed files with 1 additions and 6 deletions
|
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
#include "IdleMovementGenerator.h"
|
||||
#include "Creature.h"
|
||||
#include "Unit.h"
|
||||
|
||||
IdleMovementGenerator si_idleMovement;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue