diff options
Diffstat (limited to 'src/common/HeartbeatMap.cc')
-rw-r--r-- | src/common/HeartbeatMap.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/common/HeartbeatMap.cc b/src/common/HeartbeatMap.cc index 48e6e021fc9..55107dd8af7 100644 --- a/src/common/HeartbeatMap.cc +++ b/src/common/HeartbeatMap.cc @@ -18,11 +18,12 @@ #include <fcntl.h> #include <errno.h> -#include "HeartbeatMap.h" -#include "ceph_context.h" +#include "common/ceph_context.h" #include "common/errno.h" +#include "common/debug.h" + +#include "HeartbeatMap.h" -#include "debug.h" #define dout_subsys ceph_subsys_heartbeatmap #undef dout_prefix #define dout_prefix *_dout << "heartbeat_map " |