From: Max Kellermann Date: Fri, 25 Oct 2024 13:55:56 +0000 (+0200) Subject: mds/MDSPinger: include cleanup X-Git-Tag: v20.0.0~25^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=200f81a602da643a706840ccfc14890efdd6892f;p=ceph.git mds/MDSPinger: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/mds/MDSPinger.cc b/src/mds/MDSPinger.cc index bc63a22f954e..0523eabec4db 100644 --- a/src/mds/MDSPinger.cc +++ b/src/mds/MDSPinger.cc @@ -1,10 +1,10 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab -#include "common/dout.h" - -#include "mds/MDSRank.h" #include "mds/MDSPinger.h" +#include "mds/MDSRank.h" +#include "messages/MMDSPing.h" +#include "common/debug.h" #define dout_context g_ceph_context #define dout_subsys ceph_subsys_mds diff --git a/src/mds/MDSPinger.h b/src/mds/MDSPinger.h index 51c3ebeeb1a7..fa34557e1f16 100644 --- a/src/mds/MDSPinger.h +++ b/src/mds/MDSPinger.h @@ -6,14 +6,11 @@ #include -#include "include/types.h" - -#include "msg/msg_types.h" +#include "mdstypes.h" // for mds_rank_t #include "common/ceph_mutex.h" #include "common/ceph_time.h" -#include "messages/MMDSPing.h" - -#include "mdstypes.h" +#include "include/types.h" // for version_t +#include "msg/msg_types.h" // for entity_addrvec_t class MDSRank;