From b0749666340b31cccc6a17432f9c34f9ed429647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Mon, 2 May 2022 16:48:40 +0200 Subject: [PATCH] CLEANUP: mux: Useless xprt_quic-t.h inclusion This inclusion is useless for mux_quic-t.h. Furthermore this fixes compilation issues when we need to refer to mux_quic-t.h from xprt_quic-t.h. --- include/haproxy/mux_quic-t.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/haproxy/mux_quic-t.h b/include/haproxy/mux_quic-t.h index bd8b1c31c..bf396bbd2 100644 --- a/include/haproxy/mux_quic-t.h +++ b/include/haproxy/mux_quic-t.h @@ -12,7 +12,6 @@ #include #include #include -#include #include /* Stream types */