From: Danny Al-Gaaf Date: Fri, 2 May 2014 01:39:55 +0000 (+0200) Subject: MDSMonitor.cc: remove twice included header, resorted includes X-Git-Tag: v0.81~54^2~17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ddb9ce0e2f1a9f1357233c86c4aea5d3a36446b4;p=ceph.git MDSMonitor.cc: remove twice included header, resorted includes Signed-off-by: Danny Al-Gaaf --- diff --git a/src/mon/MDSMonitor.cc b/src/mon/MDSMonitor.cc index 12755b7c455..3f90d1f0062 100644 --- a/src/mon/MDSMonitor.cc +++ b/src/mon/MDSMonitor.cc @@ -21,22 +21,18 @@ #include "common/strtol.h" #include "common/ceph_argparse.h" +#include "common/perf_counters.h" +#include "common/Timer.h" +#include "common/config.h" +#include "common/cmdparse.h" #include "messages/MMDSMap.h" #include "messages/MMDSBeacon.h" #include "messages/MMDSLoadTargets.h" #include "messages/MMonCommand.h" - #include "messages/MGenericMessage.h" -#include "common/perf_counters.h" -#include "common/Timer.h" - -#include "common/config.h" #include "include/assert.h" - -#include "MonitorDBStore.h" -#include "common/cmdparse.h" #include "include/str_list.h" #include "mds/mdstypes.h"