From: Max Kellermann Date: Fri, 25 Oct 2024 12:59:41 +0000 (+0200) Subject: auth/AuthRegistry: include cleanup X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f93e699030119cb252dca34c4870a38ebe904c28;p=ceph.git auth/AuthRegistry: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/auth/AuthRegistry.h b/src/auth/AuthRegistry.h index 05fe01274a1..7cd17962abe 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;