]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
messages/MOSDPeeringOp: do not include PGPeeringEvent.h
authorKefu Chai <kchai@redhat.com>
Sun, 14 Apr 2019 15:32:41 +0000 (23:32 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 17 Apr 2019 22:59:42 +0000 (06:59 +0800)
forward delcaration would suffice

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/messages/MOSDPeeringOp.h

index f2fdcf12936e211082896db47f44a73dccaa407c..56d10cff1362949be41870df67b105fda7e2feec 100644 (file)
@@ -5,7 +5,8 @@
 
 #include "msg/Message.h"
 #include "osd/osd_types.h"
-#include "osd/PGPeeringEvent.h"
+
+class PGPeeringEvent;
 
 class MOSDPeeringOp : public Message {
 public: