From: Max Kellermann Date: Mon, 28 Oct 2024 20:37:00 +0000 (+0100) Subject: mgr/MgrClient: include cleanup X-Git-Tag: v20.0.0~189^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=aeeb15ea7d67fa81ac518f089c127dd458dc8f1c;p=ceph.git mgr/MgrClient: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/mgr/MgrClient.cc b/src/mgr/MgrClient.cc index 6250ea3b9f18e..934d492e2866a 100644 --- a/src/mgr/MgrClient.cc +++ b/src/mgr/MgrClient.cc @@ -14,6 +14,7 @@ #include "MgrClient.h" +#include "common/perf_counters_collection.h" #include "common/perf_counters_key.h" #include "mgr/MgrContext.h" #include "mon/MonMap.h" diff --git a/src/mgr/MgrClient.h b/src/mgr/MgrClient.h index 1f9bb397fbec1..d8a2bfa623809 100644 --- a/src/mgr/MgrClient.h +++ b/src/mgr/MgrClient.h @@ -15,17 +15,13 @@ #ifndef MGR_CLIENT_H_ #define MGR_CLIENT_H_ -#include - #include "msg/Connection.h" #include "msg/Dispatcher.h" #include "mon/MgrMap.h" #include "mgr/DaemonHealthMetric.h" -#include "messages/MMgrReport.h" #include "mgr/MetricTypes.h" -#include "common/perf_counters.h" #include "common/Timer.h" #include "common/CommandTable.h"