]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds/MDSPinger: include cleanup
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 25 Oct 2024 13:55:56 +0000 (15:55 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Thu, 20 Feb 2025 15:45:12 +0000 (16:45 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/mds/MDSPinger.cc
src/mds/MDSPinger.h

index bc63a22f954eca57cd8621ce5eaed66487b998f3..0523eabec4db8cbfdb301ee202dd0c2e03f4ea7f 100644 (file)
@@ -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
index 51c3ebeeb1a751e767f1b06ef71d49481794186e..fa34557e1f164d7c7a409c02fcddafd7cf927072 100644 (file)
@@ -6,14 +6,11 @@
 
 #include <map>
 
-#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;