From 43468a3b9925a28e4566593d68fd57e6f27e046e Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Thu, 17 Jan 2013 14:36:02 -0800 Subject: [PATCH] osd: remove DecayCounter header Neither the OSD nor the PG makes any use of this. Signed-off-by: Greg Farnum --- src/osd/OSD.h | 1 - src/osd/PG.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/osd/OSD.h b/src/osd/OSD.h index b411c177a3665..645bf46bc195b 100644 --- a/src/osd/OSD.h +++ b/src/osd/OSD.h @@ -31,7 +31,6 @@ #include "os/ObjectStore.h" #include "OSDCap.h" -#include "common/DecayCounter.h" #include "osd/ClassHandler.h" #include "include/CompatSet.h" diff --git a/src/osd/PG.h b/src/osd/PG.h index ba80f8186e6c9..9b18b28fb2e90 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -42,8 +42,6 @@ #include "messages/MOSDRepScrub.h" #include "messages/MOSDPGLog.h" -#include "common/DecayCounter.h" - #include #include #include -- 2.39.5