From: Max Kellermann Date: Mon, 7 Oct 2024 02:59:38 +0000 (+0200) Subject: msg/async/Protocol: include cleanup X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d599bd174cb693a15069fe3b427d1c26c90b5639;p=ceph.git msg/async/Protocol: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/msg/async/Protocol.h b/src/msg/async/Protocol.h index e2a0fd559583..864901b17e1f 100644 --- a/src/msg/async/Protocol.h +++ b/src/msg/async/Protocol.h @@ -4,10 +4,7 @@ #ifndef _MSG_ASYNC_PROTOCOL_ #define _MSG_ASYNC_PROTOCOL_ -#include -#include - -#include "AsyncConnection.h" +#include "auth/Auth.h" #include "include/buffer.h" #include "include/msgr.h" @@ -18,6 +15,9 @@ #include #include +class AsyncConnection; +class Message; + template class Ct { public: