From d599bd174cb693a15069fe3b427d1c26c90b5639 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 7 Oct 2024 04:59:38 +0200 Subject: [PATCH] msg/async/Protocol: include cleanup Signed-off-by: Max Kellermann --- src/msg/async/Protocol.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: -- 2.47.3