aboutsummaryrefslogtreecommitdiff
path: root/src/trinityrealm/AuthSocket.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/trinityrealm/AuthSocket.cpp
parentee5f4a93a6163ba7e6ef96570408b7b48f2fe383 (diff)
*Including style fixing - part 1
--HG-- branch : trunk
Diffstat (limited to 'src/trinityrealm/AuthSocket.cpp')
-rw-r--r--src/trinityrealm/AuthSocket.cpp12
1 files changed, 7 insertions, 5 deletions
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 <openssl/md5.h>
#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 <openssl/md5.h>
-#include "Auth/Sha1.h"
+
//#include "Util.h" -- for commented utf8ToUpperOnlyLatin
extern RealmList m_realmList;