From: Greg Farnum Date: Thu, 17 Jan 2013 22:36:02 +0000 (-0800) Subject: osd: remove DecayCounter header X-Git-Tag: v0.58~100^2~78 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=43468a3b9925a28e4566593d68fd57e6f27e046e;p=ceph.git osd: remove DecayCounter header Neither the OSD nor the PG makes any use of this. Signed-off-by: Greg Farnum --- diff --git a/src/osd/OSD.h b/src/osd/OSD.h index b411c177a36..645bf46bc19 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 ba80f8186e6..9b18b28fb2e 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