summaryrefslogtreecommitdiff
path: root/src/mon/AuthMonitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mon/AuthMonitor.h')
-rw-r--r--src/mon/AuthMonitor.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mon/AuthMonitor.h b/src/mon/AuthMonitor.h
index 92e79373223..6094750ed96 100644
--- a/src/mon/AuthMonitor.h
+++ b/src/mon/AuthMonitor.h
@@ -15,15 +15,18 @@
#ifndef CEPH_AUTHMONITOR_H
#define CEPH_AUTHMONITOR_H
+#include "mon_types.h"
+
#include <map>
#include <set>
-using namespace std;
#include "include/ceph_features.h"
-#include "include/types.h"
#include "msg/Messenger.h"
+
#include "PaxosService.h"
-#include "mon/Monitor.h"
+#include "Monitor.h"
+
+using namespace std;
class MMonCommand;
class MAuth;