From: Kefu Chai Date: Sun, 6 Sep 2020 06:42:38 +0000 (+0800) Subject: osd/PGStateUtils: do not forward declare unused class X-Git-Tag: v16.1.0~1178^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4f88eaf8fa8ee83eb2199351eaa53d52f6fafdff;p=ceph.git osd/PGStateUtils: do not forward declare unused class PG is not referenced in this header Signed-off-by: Kefu Chai --- diff --git a/src/osd/PGStateUtils.h b/src/osd/PGStateUtils.h index 50f6f624106d..952464641f0a 100644 --- a/src/osd/PGStateUtils.h +++ b/src/osd/PGStateUtils.h @@ -10,7 +10,6 @@ #include #include -class PG; class PGStateHistory; struct EpochSource {