SimilarTo: https://github.com/ceph/ceph/pull/35209
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
#include "msg/msg_types.h"
#include "msg/Dispatcher.h"
#include "common/ceph_mutex.h"
+#include "include/common_fwd.h"
#include "messages/MMDSMetrics.h"
#include "mgr/MetricTypes.h"
class MDSRank;
class MgrClient;
-class CephContext;
class MetricAggregator : public Dispatcher {
public:
#include "msg/Dispatcher.h"
#include "common/ceph_mutex.h"
+#include "include/common_fwd.h"
#include "include/cephfs/metrics/Types.h"
#include "messages/MMDSPing.h"
class MDSRank;
class Session;
-class CephContext;
class MetricsHandler : public Dispatcher {
public: