Revert "Remove unused include directives"

This reverts commit 10d2f8c3488d1a7ded1513de7cf4a1e1c04a4032.
This commit is contained in:
Antz 2017-01-21 15:07:41 +00:00 committed by Antz
parent 1ba2d1ac9d
commit d6a0814c5b
127 changed files with 247 additions and 42 deletions

View file

@ -26,14 +26,21 @@
#include "ObjectMgr.h"
#include "Policies/Singleton.h"
#include "Player.h"
#include "WorldPacket.h"
#include "Item.h"
#include "Corpse.h"
#include "GridNotifiers.h"
#include "MapManager.h"
#include "Map.h"
#include "CellImpl.h"
#include "GridNotifiersImpl.h"
#include "ObjectGuid.h"
#include "World.h"
#include <mutex>
#include <cmath>
#define CLASS_LOCK MaNGOS::ClassLevelLockable<ObjectAccessor, ACE_Thread_Mutex>
INSTANTIATE_SINGLETON_2(ObjectAccessor, CLASS_LOCK);
INSTANTIATE_CLASS_MUTEX(ObjectAccessor, ACE_Thread_Mutex);