mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 07:37:02 +00:00
Revert "Remove unused include directives"
This reverts commit 10d2f8c3488d1a7ded1513de7cf4a1e1c04a4032.
This commit is contained in:
parent
1ba2d1ac9d
commit
d6a0814c5b
127 changed files with 247 additions and 42 deletions
|
|
@ -32,6 +32,7 @@
|
|||
#include "ObjectGuid.h"
|
||||
#include "ScriptMgr.h"
|
||||
#include "SpellMgr.h"
|
||||
#include "UpdateMask.h"
|
||||
#include "World.h"
|
||||
#include "Group.h"
|
||||
#include "ArenaTeam.h"
|
||||
|
|
@ -40,10 +41,13 @@
|
|||
#include "Language.h"
|
||||
#include "PoolManager.h"
|
||||
#include "GameEventMgr.h"
|
||||
#include "Spell.h"
|
||||
#include "Chat.h"
|
||||
#include "AccountMgr.h"
|
||||
#include "MapPersistentStateMgr.h"
|
||||
#include "SpellAuras.h"
|
||||
#include "Util.h"
|
||||
#include "WaypointManager.h"
|
||||
#include "GossipDef.h"
|
||||
#include "Mail.h"
|
||||
#include "InstanceData.h"
|
||||
|
|
@ -53,7 +57,6 @@
|
|||
#include "GridNotifiersImpl.h"
|
||||
#include "CellImpl.h"
|
||||
|
||||
#include "ItemEnchantmentMgr.h"
|
||||
#include <limits>
|
||||
|
||||
INSTANTIATE_SINGLETON_1(ObjectMgr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue