]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/auth/AuthServiceHandler.h
update sources to v12.1.0
[ceph.git] / ceph / src / auth / AuthServiceHandler.h
index 6bd8bd97634a14573891ffa52db26a697f58810b..4d8a649374ffe40b55b39c32057f6a7a59bd9e34 100644 (file)
 #ifndef CEPH_AUTHSERVICEHANDLER_H
 #define CEPH_AUTHSERVICEHANDLER_H
 
-#include "include/types.h"
-#include "Auth.h"
+#include <stddef.h>              // for NULL
+#include <stdint.h>              // for uint64_t
+#include "common/entity_name.h"  // for EntityName
+#include "include/buffer_fwd.h"  // for bufferlist
 
 class CephContext;
 class KeyServer;
+struct AuthCapsInfo;
 
 struct AuthServiceHandler {
 protected: