]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
msg/async/Protocol: include cleanup 68628/head
authorMax Kellermann <max.kellermann@ionos.com>
Mon, 7 Oct 2024 02:59:38 +0000 (04:59 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Fri, 8 May 2026 07:18:34 +0000 (09:18 +0200)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/msg/async/Protocol.h

index e2a0fd559583c9164e276a314d7b30fc747e2f7a..864901b17e1f6003d90882975d9f680f6e29e398 100644 (file)
@@ -4,10 +4,7 @@
 #ifndef _MSG_ASYNC_PROTOCOL_
 #define _MSG_ASYNC_PROTOCOL_
 
-#include <list>
-#include <map>
-
-#include "AsyncConnection.h"
+#include "auth/Auth.h"
 #include "include/buffer.h"
 #include "include/msgr.h"
 
@@ -18,6 +15,9 @@
 #include <memory>
 #include <tuple>
 
+class AsyncConnection;
+class Message;
+
 template <class C>
 class Ct {
 public: