From f6447e8f34c28785f605e2ae0882c24799d34456 Mon Sep 17 00:00:00 2001 From: panaut0lordv Date: Thu, 4 Jun 2009 21:41:07 +0200 Subject: *Including style fixing - part 1 --HG-- branch : trunk --- src/trinitycore/RASocket.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/trinitycore/RASocket.cpp') 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; -- cgit v1.2.3