diff options
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 { |