mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +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
|
|
@ -20,7 +20,6 @@
|
||||||
#include "Player.h"
|
#include "Player.h"
|
||||||
#include "BattleGround.h"
|
#include "BattleGround.h"
|
||||||
#include "BattleGroundAV.h"
|
#include "BattleGroundAV.h"
|
||||||
#include "Creature.h"
|
|
||||||
#include "MapManager.h"
|
#include "MapManager.h"
|
||||||
#include "Language.h"
|
#include "Language.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
#include "Player.h"
|
#include "Player.h"
|
||||||
#include "BattleGround.h"
|
#include "BattleGround.h"
|
||||||
#include "BattleGroundBE.h"
|
#include "BattleGroundBE.h"
|
||||||
#include "Creature.h"
|
|
||||||
#include "ObjectMgr.h"
|
#include "ObjectMgr.h"
|
||||||
#include "MapManager.h"
|
#include "MapManager.h"
|
||||||
#include "WorldPacket.h"
|
#include "WorldPacket.h"
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
#include "Player.h"
|
#include "Player.h"
|
||||||
#include "BattleGround.h"
|
#include "BattleGround.h"
|
||||||
#include "BattleGroundNA.h"
|
#include "BattleGroundNA.h"
|
||||||
#include "Creature.h"
|
|
||||||
#include "ObjectMgr.h"
|
#include "ObjectMgr.h"
|
||||||
#include "MapManager.h"
|
#include "MapManager.h"
|
||||||
#include "WorldPacket.h"
|
#include "WorldPacket.h"
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
#include "Player.h"
|
#include "Player.h"
|
||||||
#include "BattleGround.h"
|
#include "BattleGround.h"
|
||||||
#include "BattleGroundRL.h"
|
#include "BattleGroundRL.h"
|
||||||
#include "Creature.h"
|
|
||||||
#include "ObjectMgr.h"
|
#include "ObjectMgr.h"
|
||||||
#include "MapManager.h"
|
#include "MapManager.h"
|
||||||
#include "Language.h"
|
#include "Language.h"
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@
|
||||||
#ifndef MANGOS_DESTINATIONHOLDERIMP_H
|
#ifndef MANGOS_DESTINATIONHOLDERIMP_H
|
||||||
#define MANGOS_DESTINATIONHOLDERIMP_H
|
#define MANGOS_DESTINATIONHOLDERIMP_H
|
||||||
|
|
||||||
#include "Creature.h"
|
|
||||||
#include "MapManager.h"
|
#include "MapManager.h"
|
||||||
#include "DestinationHolder.h"
|
#include "DestinationHolder.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "IdleMovementGenerator.h"
|
#include "IdleMovementGenerator.h"
|
||||||
#include "Creature.h"
|
#include "Unit.h"
|
||||||
|
|
||||||
IdleMovementGenerator si_idleMovement;
|
IdleMovementGenerator si_idleMovement;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue