]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
AsyncConnection.h: remove twice included header, resort includes
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 9 Jan 2015 15:33:10 +0000 (16:33 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 3 Feb 2015 21:51:08 +0000 (22:51 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/msg/async/AsyncConnection.h

index 25a21b4ff2a8a23866250887bfe02fd85cb1593f..f6e9ac8da1b3cdee99301a49a6beb1c05e83e689 100644 (file)
 #include <map>
 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;
 
 /*