]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
auth/AuthClient: cleanup forward declaration
authorKefu Chai <kchai@redhat.com>
Sat, 6 Apr 2019 12:57:43 +0000 (20:57 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 6 Apr 2019 13:40:45 +0000 (21:40 +0800)
* remove unused one
* add missing ones
* add missing "#include"

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

index ff5199ddd40e390b872822abc062caa028509140..c4ca019925f7c94d6f7fd5d8481fa44a4f0b0ee7 100644 (file)
@@ -3,9 +3,12 @@
 
 #pragma once
 
+#include <cstdint>
 #include <vector>
+#include "include/buffer_fwd.h"
 
-class EntityName;
+class AuthConnectionMeta;
+class Connection;
 class CryptoKey;
 
 class AuthClient {