diff options
| author | Shauren <shauren.trinity@gmail.com> | 2014-07-27 17:46:46 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2014-07-27 17:46:46 +0200 |
| commit | 6f272ea5b7d6551844aa1a1f748cee5c79b746f3 (patch) | |
| tree | 82fd15487be93bad4a2674f10fc4cd0694bd9007 /src/server/authserver/Server | |
| parent | 8a05231994342bc826fa98f3f1df741cc14e19f7 (diff) | |
Core/Network: Optimized packet sending by removing unneccessary memory copying
Diffstat (limited to 'src/server/authserver/Server')
| -rw-r--r-- | src/server/authserver/Server/AuthSession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Server/AuthSession.h b/src/server/authserver/Server/AuthSession.h index 822f3c334fc..14129d76fd8 100644 --- a/src/server/authserver/Server/AuthSession.h +++ b/src/server/authserver/Server/AuthSession.h @@ -20,9 +20,9 @@ #define __AUTHSESSION_H__ #include "Common.h" +#include "ByteBuffer.h" #include "Socket.h" #include "BigNumber.h" -#include "ByteBuffer.h" #include <memory> #include <boost/asio/ip/tcp.hpp> |
