diff options
author | cxwshawn <cxwshawn@gmail.com> | 2016-05-19 07:03:29 +0200 |
---|---|---|
committer | shawn <cxwshawn@gmail.com> | 2016-05-20 04:18:11 +0200 |
commit | 32bff51f072ef59b240de3eaf271ae09b7daebb3 (patch) | |
tree | 0ceaf131f5a4cafb47ec74b29101ad97a92112da /src/mon/MonmapMonitor.cc | |
parent | Merge pull request #9108 from tchaikov/wip-13990 (diff) | |
download | ceph-32bff51f072ef59b240de3eaf271ae09b7daebb3.tar.xz ceph-32bff51f072ef59b240de3eaf271ae09b7daebb3.zip |
MON: optimize header file dependency.
same work as PR: https://github.com/ceph/ceph/pull/9161
Signed-off-by: Xiaowei Chen <chen.xiaowei@h3c.com>
Diffstat (limited to 'src/mon/MonmapMonitor.cc')
-rw-r--r-- | src/mon/MonmapMonitor.cc | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/mon/MonmapMonitor.cc b/src/mon/MonmapMonitor.cc index 1ff6e06b88b..3cd61a26ec5 100644 --- a/src/mon/MonmapMonitor.cc +++ b/src/mon/MonmapMonitor.cc @@ -14,23 +14,17 @@ #include "MonmapMonitor.h" #include "Monitor.h" -#include "MonitorDBStore.h" - #include "messages/MMonCommand.h" #include "messages/MMonJoin.h" -#include "common/Timer.h" #include "common/ceph_argparse.h" #include "common/errno.h" -#include "mon/MDSMonitor.h" -#include "mon/OSDMonitor.h" -#include "mon/PGMonitor.h" - #include <sstream> #include "common/config.h" #include "common/cmdparse.h" -#include "include/str_list.h" + #include "include/assert.h" +#include "include/stringify.h" #define dout_subsys ceph_subsys_mon #undef dout_prefix |