summaryrefslogtreecommitdiff
path: root/src/mon/LogMonitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mon/LogMonitor.h')
-rw-r--r--src/mon/LogMonitor.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mon/LogMonitor.h b/src/mon/LogMonitor.h
index 49fecc6f2ee..fc0db46004a 100644
--- a/src/mon/LogMonitor.h
+++ b/src/mon/LogMonitor.h
@@ -15,16 +15,18 @@
#ifndef CEPH_LOGMONITOR_H
#define CEPH_LOGMONITOR_H
+#include "mon_types.h"
+
#include <map>
#include <set>
-using namespace std;
-#include "include/types.h"
+#include "common/LogEntry.h"
#include "msg/Messenger.h"
+#include "messages/MLog.h"
+
#include "PaxosService.h"
-#include "common/LogEntry.h"
-#include "messages/MLog.h"
+using namespace std;
class MMonCommand;