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.h | |
parent | 6b7964e3b437102c57dff3f96f16ba181334759a (diff) |
*Some fix of vehicles. Thanks to Seizerkiller.
--HG--
branch : trunk
Diffstat (limited to 'src/trinityrealm/AuthSocket.h')
-rw-r--r-- | src/trinityrealm/AuthSocket.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/trinityrealm/AuthSocket.h b/src/trinityrealm/AuthSocket.h index d20e8429752..43b880a1e74 100644 --- a/src/trinityrealm/AuthSocket.h +++ b/src/trinityrealm/AuthSocket.h @@ -25,6 +25,8 @@ #ifndef _AUTHSOCKET_H #define _AUTHSOCKET_H +#include "Common.h" +#include "Auth/BigNumber.h" #include "sockets/TcpSocket.h" #include "sockets/SocketHandler.h" #include "sockets/ListenSocket.h" @@ -32,9 +34,6 @@ #include "sockets/Parse.h" #include "sockets/Socket.h" -#include "Common.h" -#include "Auth/BigNumber.h" - /// Handle login commands class AuthSocket: public TcpSocket { |