]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/MgrClient: include cleanup
authorMax Kellermann <max.kellermann@ionos.com>
Mon, 28 Oct 2024 20:37:00 +0000 (21:37 +0100)
committerMax Kellermann <max.kellermann@ionos.com>
Fri, 7 Feb 2025 16:23:52 +0000 (17:23 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/mgr/MgrClient.cc
src/mgr/MgrClient.h

index 6250ea3b9f18ea0d0ddcae2fc4d0c3514e18e323..934d492e2866a9a5f84acf2d40f75977c3843459 100644 (file)
@@ -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"
index 1f9bb397fbec16b2efa0b93de54a54be0daea2d5..d8a2bfa623809f8a7185749d8fd85e9b7d652651 100644 (file)
 #ifndef MGR_CLIENT_H_
 #define MGR_CLIENT_H_
 
-#include <boost/variant.hpp>
-
 #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"