diff options
Diffstat (limited to 'src/common/DecayCounter.h')
-rw-r--r-- | src/common/DecayCounter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/DecayCounter.h b/src/common/DecayCounter.h index 9455ecc5a33..30570c72a30 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 <list> #include <sstream> +namespace ceph { class Formatter; } + /** * * TODO: normalize value based on some function of half_life, |