]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
auth/AuthRegistry: include cleanup 62844/head
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 25 Oct 2024 12:59:41 +0000 (14:59 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Wed, 16 Apr 2025 09:30:05 +0000 (11:30 +0200)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/auth/AuthRegistry.h

index 05fe01274a1c69de5261d1fa4937572b7960d3db..7cd17962abee73a2b76483669bdf1aeb170ae281 100644 (file)
@@ -3,14 +3,15 @@
 
 #pragma once
 
+#include <cstdint>
 #include <map>
 #include <vector>
 
 #include "AuthAuthorizeHandler.h"
 #include "AuthMethodList.h"
 #include "common/ceph_mutex.h"
-#include "common/ceph_context.h"
-#include "common/config_cacher.h"
+#include "common/config_obs.h"
+#include "include/common_fwd.h" // for CephContext
 
 class AuthRegistry : public md_config_obs_t {
   CephContext *cct;