From 8256cefcc3429366c4abb167f5337548c1645493 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Fri, 9 Jan 2015 16:33:10 +0100 Subject: [PATCH] AsyncConnection.h: remove twice included header, resort includes Signed-off-by: Danny Al-Gaaf --- src/msg/async/AsyncConnection.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/msg/async/AsyncConnection.h b/src/msg/async/AsyncConnection.h index 25a21b4ff2a..f6e9ac8da1b 100644 --- a/src/msg/async/AsyncConnection.h +++ b/src/msg/async/AsyncConnection.h @@ -23,16 +23,15 @@ #include using namespace std; -#include "common/Mutex.h" -#include "include/buffer.h" - #include "auth/AuthSessionHandler.h" +#include "common/Mutex.h" #include "include/buffer.h" #include "msg/Connection.h" -#include "net_handler.h" -#include "Event.h" #include "msg/Messenger.h" +#include "Event.h" +#include "net_handler.h" + class AsyncMessenger; /* -- 2.47.3