]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
AuthMonitor.cc: remove twice included header, resorted includes
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 2 May 2014 01:36:53 +0000 (03:36 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 7 May 2014 11:27:38 +0000 (13:27 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/mon/AuthMonitor.cc

index bf513065075cea6ed52e614f6a2a15f6473e0265..c1535499921f9e19e9cd54fb6685ad2aa4dbf9ee 100644 (file)
 #include "messages/MAuthReply.h"
 #include "messages/MMonGlobalID.h"
 
-#include "include/str_list.h"
 #include "common/Timer.h"
+#include "common/config.h"
+#include "common/cmdparse.h"
 
 #include "auth/AuthServiceHandler.h"
 #include "auth/KeyRing.h"
 
 #include "osd/osd_types.h"
 
-#include "common/config.h"
 #include "include/assert.h"
-#include "common/cmdparse.h"
 #include "include/str_list.h"
 
 #define dout_subsys ceph_subsys_mon