From f93e699030119cb252dca34c4870a38ebe904c28 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 25 Oct 2024 14:59:41 +0200 Subject: [PATCH] auth/AuthRegistry: include cleanup Signed-off-by: Max Kellermann --- src/auth/AuthRegistry.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/auth/AuthRegistry.h b/src/auth/AuthRegistry.h index 05fe01274a1c..7cd17962abee 100644 --- a/src/auth/AuthRegistry.h +++ b/src/auth/AuthRegistry.h @@ -3,14 +3,15 @@ #pragma once +#include #include #include #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; -- 2.47.3