From: Max Kellermann Date: Mon, 28 Apr 2025 06:16:09 +0000 (+0200) Subject: msg/async/crypto_onwire: include cleanup X-Git-Tag: v21.0.0~40^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F65404%2Fhead;p=ceph.git msg/async/crypto_onwire: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/msg/async/crypto_onwire.cc b/src/msg/async/crypto_onwire.cc index a5709d88e47..403205bb699 100644 --- a/src/msg/async/crypto_onwire.cc +++ b/src/msg/async/crypto_onwire.cc @@ -2,6 +2,7 @@ // vim: ts=8 sw=2 sts=2 expandtab #include "crypto_onwire.h" +#include "auth/Auth.h" #include "common/debug.h" #include "common/ceph_crypto.h" #include "include/buffer.h" diff --git a/src/msg/async/crypto_onwire.h b/src/msg/async/crypto_onwire.h index 65748772af6..dbf0fea22d9 100644 --- a/src/msg/async/crypto_onwire.h +++ b/src/msg/async/crypto_onwire.h @@ -21,8 +21,10 @@ #include #include -#include "auth/Auth.h" #include "include/buffer_fwd.h" +#include "include/common_fwd.h" + +struct AuthConnectionMeta; namespace ceph::math {