Remove unused include directives pt1

This commit is contained in:
stfx 2017-01-25 10:44:47 +00:00 committed by Antz
parent 66870de6ee
commit b7aaadd165
32 changed files with 10 additions and 70 deletions

View file

@ -31,7 +31,6 @@
#include "ObjectGuid.h"
#include "SQLStorages.h"
#include "SpellMgr.h"
#include "QuestDef.h"
#include "GossipDef.h"
#include "Player.h"
#include "GameEventMgr.h"
@ -42,8 +41,6 @@
#include "MapManager.h"
#include "CreatureAI.h"
#include "CreatureAISelector.h"
#include "Formulas.h"
#include "WaypointMovementGenerator.h"
#include "InstanceData.h"
#include "MapPersistentStateMgr.h"
#include "BattleGround/BattleGroundMgr.h"