summaryrefslogtreecommitdiff
path: root/src/mon/OSDMonitor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mon/OSDMonitor.cc')
-rw-r--r--src/mon/OSDMonitor.cc36
1 files changed, 17 insertions, 19 deletions
diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc
index fcbdbdfb07f..70f664a0256 100644
--- a/src/mon/OSDMonitor.cc
+++ b/src/mon/OSDMonitor.cc
@@ -11,18 +11,23 @@
* Foundation. See file COPYING.
*
*/
+#include "mon_types.h"
#include <sstream>
-#include "OSDMonitor.h"
-#include "Monitor.h"
-#include "MDSMonitor.h"
-#include "PGMonitor.h"
-
-#include "MonitorStore.h"
-
+#include "include/compat.h"
+#include "include/assert.h"
+#include "include/stringify.h"
+#include "common/Timer.h"
+#include "common/ceph_argparse.h"
+#include "common/perf_counters.h"
+#include "common/strtol.h"
+#include "common/config.h"
+#include "common/errno.h"
#include "crush/CrushWrapper.h"
#include "crush/CrushTester.h"
+#include "global/debug.h"
+#include "global/global_context.h"
#include "messages/MOSDFailure.h"
#include "messages/MOSDMap.h"
@@ -35,19 +40,12 @@
#include "messages/MRemoveSnaps.h"
#include "messages/MOSDScrub.h"
-#include "common/Timer.h"
-#include "common/ceph_argparse.h"
-#include "common/perf_counters.h"
-#include "common/strtol.h"
-
-#include "common/config.h"
-#include "common/errno.h"
-
-#include "include/compat.h"
-#include "include/assert.h"
-#include "include/stringify.h"
+#include "Monitor.h"
+#include "MDSMonitor.h"
+#include "PGMonitor.h"
+#include "MonitorStore.h"
-#include "global/debug.h"
+#include "OSDMonitor.h"
#define dout_subsys ceph_subsys_mon
#undef dout_prefix