aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore/RASocket.cpp
diff options
context:
space:
mode:
authorpanaut0lordv <panaut0lordv@gmail.com>2009-06-04 21:41:07 +0200
committerpanaut0lordv <panaut0lordv@gmail.com>2009-06-04 21:41:07 +0200
commitf6447e8f34c28785f605e2ae0882c24799d34456 (patch)
treedf83e1ffc575f05b56cb9a817a4dd7b83b22123f /src/trinitycore/RASocket.cpp
parentee5f4a93a6163ba7e6ef96570408b7b48f2fe383 (diff)
*Including style fixing - part 1
--HG-- branch : trunk
Diffstat (limited to 'src/trinitycore/RASocket.cpp')
-rw-r--r--src/trinitycore/RASocket.cpp7
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;