]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
msg/async/crypto_onwire: include cleanup 65404/head
authorMax Kellermann <max.kellermann@ionos.com>
Mon, 28 Apr 2025 06:16:09 +0000 (08:16 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Wed, 18 Mar 2026 10:51:00 +0000 (11:51 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/msg/async/crypto_onwire.cc
src/msg/async/crypto_onwire.h

index a5709d88e47a39c016cf406f01fceee35b9d7274..403205bb699524cbc16be90b4a67fb7611fdf94d 100644 (file)
@@ -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"
index 65748772af64a23ae9c12ffc923e0adfd121aede..dbf0fea22d95c691200f11c53b558ae502a04f11 100644 (file)
 #include <memory>
 #include <stdexcept>
 
-#include "auth/Auth.h"
 #include "include/buffer_fwd.h"
+#include "include/common_fwd.h"
+
+struct AuthConnectionMeta;
 
 namespace ceph::math {