diff options
author | megamage <none@none> | 2009-06-13 09:18:54 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-13 09:18:54 -0500 |
commit | ee9c12b48041884267c483ec1d5a197a9d9729ab (patch) | |
tree | ab220e68b73d4164fb8188ddf518b0eb57510e15 /src/trinityrealm/AuthSocket.cpp | |
parent | 6b7964e3b437102c57dff3f96f16ba181334759a (diff) |
*Some fix of vehicles. Thanks to Seizerkiller.
--HG--
branch : trunk
Diffstat (limited to 'src/trinityrealm/AuthSocket.cpp')
-rw-r--r-- | src/trinityrealm/AuthSocket.cpp | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/trinityrealm/AuthSocket.cpp b/src/trinityrealm/AuthSocket.cpp index 9933a237981..8c9eab653ec 100644 --- a/src/trinityrealm/AuthSocket.cpp +++ b/src/trinityrealm/AuthSocket.cpp @@ -21,19 +21,17 @@ /** \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; |