mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Core/Includes: Include ACE as an external dependency, not local (#include "ace/something.h" -> #include <ace/something.h>)
--HG-- branch : trunk
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
#include <ace/Thread.h>
|
||||
#include <ace/TSS_T.h>
|
||||
#include "ace/Atomic_Op.h"
|
||||
#include <ace/Atomic_Op.h>
|
||||
#include <assert.h>
|
||||
|
||||
namespace ACE_Based
|
||||
|
||||
Reference in New Issue
Block a user