]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephfs: Remove explicit forward declare CephContext 38896/head
authorWillem Jan Withagen <wjw@digiware.nl>
Wed, 13 Jan 2021 20:40:14 +0000 (21:40 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Thu, 14 Jan 2021 09:02:52 +0000 (10:02 +0100)
It is already correctly declared in:
    src/include/common_fwd.h

fixes: https://github.com/ceph/ceph/pull/37876
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/tools/cephfs_mirror/PeerReplayer.h

index 8910a31e15d662170c3bc8cb3f83110d9c805f42..4b99e7360e72917ad9f1d5b3b3af261fbdd95acb 100644 (file)
@@ -9,8 +9,6 @@
 #include "mds/FSMap.h"
 #include "Types.h"
 
-class CephContext;
-
 namespace cephfs {
 namespace mirror {