summaryrefslogtreecommitdiff
path: root/src/mon/PGMonitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mon/PGMonitor.h')
-rw-r--r--src/mon/PGMonitor.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/mon/PGMonitor.h b/src/mon/PGMonitor.h
index 2927c00453a..aa49e0932a8 100644
--- a/src/mon/PGMonitor.h
+++ b/src/mon/PGMonitor.h
@@ -20,19 +20,23 @@
#ifndef CEPH_PGMONITOR_H
#define CEPH_PGMONITOR_H
+#include "mon_types.h"
+
#include <map>
#include <set>
-using namespace std;
-#include "PGMap.h"
-#include "PaxosService.h"
-#include "include/types.h"
#include "include/utime.h"
-#include "msg/Messenger.h"
#include "common/config.h"
+#include "msg/Messenger.h"
#include "messages/MPGStats.h"
#include "messages/MPGStatsAck.h"
+
+#include "PGMap.h"
+#include "PaxosService.h"
+
+using namespace std;
+
class MStatfs;
class MMonCommand;
class MGetPoolStats;