From: Danny Al-Gaaf Date: Fri, 2 May 2014 01:36:53 +0000 (+0200) Subject: AuthMonitor.cc: remove twice included header, resorted includes X-Git-Tag: v0.81~54^2~18 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a8a2b56437e9d8e4c1436eb54a7fa2dc08c87f0b;p=ceph.git AuthMonitor.cc: remove twice included header, resorted includes Signed-off-by: Danny Al-Gaaf --- diff --git a/src/mon/AuthMonitor.cc b/src/mon/AuthMonitor.cc index bf513065075c..c1535499921f 100644 --- a/src/mon/AuthMonitor.cc +++ b/src/mon/AuthMonitor.cc @@ -23,17 +23,16 @@ #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