From: Willy Tarreau Date: Wed, 6 Oct 2021 16:57:44 +0000 (+0200) Subject: CLEANUP: connection: do not include http_ana! X-Git-Tag: v2.5-dev9~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d921c5edb2a24935b04c3aea38cd2bc95d43268;p=thirdparty%2Fhaproxy.git CLEANUP: connection: do not include http_ana! It makes no sense to have http_ana here, that's used at higher levels. --- diff --git a/include/haproxy/connection.h b/include/haproxy/connection.h index d14cdc6dbe..27632bad32 100644 --- a/include/haproxy/connection.h +++ b/include/haproxy/connection.h @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include