From: Max Kellermann Date: Fri, 4 Oct 2024 19:17:17 +0000 (+0200) Subject: common/DecayCounter: forward-declare ceph::Formatter X-Git-Tag: v20.0.0~641^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b9ffdba1a771d68d4726536be890fc28072f96c3;p=ceph.git common/DecayCounter: forward-declare ceph::Formatter Signed-off-by: Max Kellermann --- diff --git a/src/common/DecayCounter.h b/src/common/DecayCounter.h index 9455ecc5a33d..30570c72a306 100644 --- a/src/common/DecayCounter.h +++ b/src/common/DecayCounter.h @@ -16,7 +16,6 @@ #define CEPH_DECAYCOUNTER_H #include "include/buffer.h" -#include "common/Formatter.h" #include "common/StackStringStream.h" #include "common/ceph_time.h" @@ -24,6 +23,8 @@ #include #include +namespace ceph { class Formatter; } + /** * * TODO: normalize value based on some function of half_life,