diff options
Diffstat (limited to 'src/trinitycore/RASocket.cpp')
-rw-r--r-- | src/trinitycore/RASocket.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/trinitycore/RASocket.cpp b/src/trinitycore/RASocket.cpp index ccda5ba7548..50a1af87256 100644 --- a/src/trinitycore/RASocket.cpp +++ b/src/trinitycore/RASocket.cpp @@ -23,13 +23,14 @@ */ #include "Common.h" +#include "Config/ConfigEnv.h" #include "Database/DatabaseEnv.h" + +#include "AccountMgr.h" #include "Log.h" #include "RASocket.h" -#include "World.h" -#include "Config/ConfigEnv.h" #include "Util.h" -#include "AccountMgr.h" +#include "World.h" /// \todo Make this thread safe if in the future 2 admins should be able to log at the same time. SOCKET r; |