mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-15 13:35:08 +00:00
feat(Core): replace ACE network with Boost.Asio (#6574)
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
//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 "Log.h"
|
||||
#include "MapManager.h"
|
||||
@@ -14,3 +12,4 @@
|
||||
#include "ObjectMgr.h"
|
||||
#include "Opcodes.h"
|
||||
#include "SharedDefines.h"
|
||||
#include "WorldSocket.h"
|
||||
|
||||
Reference in New Issue
Block a user