From 5d921c5edb2a24935b04c3aea38cd2bc95d43268 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Wed, 6 Oct 2021 18:57:44 +0200 Subject: [PATCH] CLEANUP: connection: do not include http_ana! It makes no sense to have http_ana here, that's used at higher levels. --- include/haproxy/connection.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/haproxy/connection.h b/include/haproxy/connection.h index d14cdc6..27632ba 100644 --- a/include/haproxy/connection.h +++ b/include/haproxy/connection.h @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include -- 1.7.10.4