mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 10:37:12 +00:00
12 lines
413 B
C
12 lines
413 B
C
//add here most rarely modified headers to speed up debug build compilation
|
|
#include "WorldSocket.h" // must be first to make ACE happy with ACE includes in it
|
|
#include "Common.h"
|
|
|
|
#include "MapManager.h"
|
|
#include "Log.h"
|
|
#include "ObjectAccessor.h"
|
|
#include "ObjectGuid.h"
|
|
#include "Database/SQLStorage.h"
|
|
#include "Opcodes.h"
|
|
#include "SharedDefines.h"
|
|
#include "ObjectMgr.h"
|