From: Danny Al-Gaaf Date: Fri, 9 Jan 2015 15:33:10 +0000 (+0100) Subject: AsyncConnection.h: remove twice included header, resort includes X-Git-Tag: suse_latest~36^2~9^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8256cefcc3429366c4abb167f5337548c1645493;p=ceph.git AsyncConnection.h: remove twice included header, resort includes Signed-off-by: Danny Al-Gaaf --- diff --git a/src/msg/async/AsyncConnection.h b/src/msg/async/AsyncConnection.h index 25a21b4ff2a8..f6e9ac8da1b3 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; /*