aboutsummaryrefslogtreecommitdiff
path: root/src/trinityrealm/AuthSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trinityrealm/AuthSocket.h')
-rw-r--r--src/trinityrealm/AuthSocket.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/trinityrealm/AuthSocket.h b/src/trinityrealm/AuthSocket.h
index 43b880a1e74..d20e8429752 100644
--- a/src/trinityrealm/AuthSocket.h
+++ b/src/trinityrealm/AuthSocket.h
@@ -25,8 +25,6 @@
#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"
@@ -34,6 +32,9 @@
#include "sockets/Parse.h"
#include "sockets/Socket.h"
+#include "Common.h"
+#include "Auth/BigNumber.h"
+
/// Handle login commands
class AuthSocket: public TcpSocket
{