summaryrefslogtreecommitdiff
path: root/src/mon/OSDMonitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mon/OSDMonitor.h')
-rw-r--r--src/mon/OSDMonitor.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/mon/OSDMonitor.h b/src/mon/OSDMonitor.h
index 9529f731c84..ec3465f6433 100644
--- a/src/mon/OSDMonitor.h
+++ b/src/mon/OSDMonitor.h
@@ -18,25 +18,27 @@
#ifndef CEPH_OSDMONITOR_H
#define CEPH_OSDMONITOR_H
+#include "mon_types.h"
+
#include <map>
#include <set>
-using namespace std;
-#include "include/types.h"
#include "msg/Messenger.h"
-
#include "osd/OSDMap.h"
-#include "PaxosService.h"
-#include "Session.h"
-
-class Monitor;
#include "messages/MOSDBoot.h"
#include "messages/MMonCommand.h"
#include "messages/MOSDMap.h"
#include "messages/MOSDFailure.h"
#include "messages/MPoolOp.h"
+#include "PaxosService.h"
+#include "Session.h"
+
+using namespace std;
+
+class Monitor;
+
/// information about a particular peer's failure reports for one osd
struct failure_reporter_t {
int num_reports; ///< reports from this reporter