From: Sage Weil Date: Tue, 28 Mar 2017 18:06:42 +0000 (-0400) Subject: osd: drop unnecessary declarations in headers X-Git-Tag: v12.0.2~219^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=68565b5c5fa451be23fa43727af7047c3fe4ade3;p=ceph.git osd: drop unnecessary declarations in headers Signed-off-by: Sage Weil --- diff --git a/src/osd/PG.h b/src/osd/PG.h index 853ef96fa84..9b10785008c 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -57,8 +57,6 @@ using namespace std; class OSD; class OSDService; class MOSDOp; -class MOSDSubOp; -class MOSDSubOpReply; class MOSDPGScan; class MOSDPGBackfill; class MOSDPGInfo; diff --git a/src/osd/PrimaryLogPG.h b/src/osd/PrimaryLogPG.h index 56a66a72050..55c3ce8532e 100644 --- a/src/osd/PrimaryLogPG.h +++ b/src/osd/PrimaryLogPG.h @@ -27,8 +27,6 @@ #include "ReplicatedBackend.h" #include "PGTransaction.h" -class MOSDSubOpReply; - class CopyFromCallback; class PromoteCallback; @@ -38,7 +36,6 @@ class HitSet; struct TierAgentState; class MOSDOp; class MOSDOpReply; -class MOSDSubOp; class OSDService; void intrusive_ptr_add_ref(PrimaryLogPG *pg);