From: Kefu Chai Date: Sat, 6 Apr 2019 12:57:43 +0000 (+0800) Subject: auth/AuthClient: cleanup forward declaration X-Git-Tag: v15.1.0~2987^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7ba8c13bb4f56b61b743aae75a21ce590085f59a;p=ceph.git auth/AuthClient: cleanup forward declaration * remove unused one * add missing ones * add missing "#include" Signed-off-by: Kefu Chai --- diff --git a/src/auth/AuthClient.h b/src/auth/AuthClient.h index ff5199ddd40e..c4ca019925f7 100644 --- a/src/auth/AuthClient.h +++ b/src/auth/AuthClient.h @@ -3,9 +3,12 @@ #pragma once +#include #include +#include "include/buffer_fwd.h" -class EntityName; +class AuthConnectionMeta; +class Connection; class CryptoKey; class AuthClient {