diff options
Diffstat (limited to 'src/mon/MonmapMonitor.h')
-rw-r--r-- | src/mon/MonmapMonitor.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mon/MonmapMonitor.h b/src/mon/MonmapMonitor.h index 2cd4413e510..802d0170b08 100644 --- a/src/mon/MonmapMonitor.h +++ b/src/mon/MonmapMonitor.h @@ -19,17 +19,18 @@ #ifndef CEPH_MONMAPMONITOR_H #define CEPH_MONMAPMONITOR_H +#include "mon_types.h" + #include <map> #include <set> -using namespace std; - -#include "include/types.h" #include "msg/Messenger.h" #include "PaxosService.h" #include "MonMap.h" +using namespace std; + class MMonGetMap; class MMonMap; class MMonCommand; |