From: Joao Eduardo Luis Date: Wed, 27 Feb 2019 09:33:42 +0000 (+0000) Subject: Merge pull request #26219 from yaozongyou/mon-cleanups X-Git-Tag: v14.1.1~129 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bde0ea90e9b72dd6c521bf5d2897a50e17eee5b9;p=ceph.git Merge pull request #26219 from yaozongyou/mon-cleanups mon: some tiny cleanups related class forward declaration Reviewed-by: Kefu Chai Reviewed-by: Patrick Donnelly --- bde0ea90e9b72dd6c521bf5d2897a50e17eee5b9 diff --cc src/mon/MonClient.h index c5e65983d364,afe2f3a82e01..e4c018289bee --- a/src/mon/MonClient.h +++ b/src/mon/MonClient.h @@@ -34,12 -31,10 +34,11 @@@ class MMonGetVersionReply struct MMonSubscribeAck; class MMonCommandAck; struct MAuthReply; - class MAuthRotating; class LogClient; class AuthAuthorizer; -class AuthMethodList; class AuthClientHandler; +class AuthMethodList; +class AuthRegistry; class KeyRing; class RotatingKeyRing;