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/trinityrealm/AuthSocket.cpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/trinityrealm/AuthSocket.cpp') diff --git a/src/trinityrealm/AuthSocket.cpp b/src/trinityrealm/AuthSocket.cpp index 8c9eab653ec..9933a237981 100644 --- a/src/trinityrealm/AuthSocket.cpp +++ b/src/trinityrealm/AuthSocket.cpp @@ -21,17 +21,19 @@ /** \file \ingroup realmd */ +#include #include "Common.h" +#include "Auth/Sha1.h" +#include "Config/ConfigEnv.h" #include "Database/DatabaseEnv.h" + +#include "AuthCodes.h" +#include "AuthSocket.h" #include "ByteBuffer.h" -#include "Config/ConfigEnv.h" #include "Log.h" #include "RealmList.h" -#include "AuthSocket.h" -#include "AuthCodes.h" -#include -#include "Auth/Sha1.h" + //#include "Util.h" -- for commented utf8ToUpperOnlyLatin extern RealmList m_realmList; -- cgit v1.2.3