]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: connection: do not include http_ana!
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 16:57:44 +0000 (18:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:41:14 +0000 (01:41 +0200)
It makes no sense to have http_ana here, that's used at higher levels.

include/haproxy/connection.h

index d14cdc6dbe277a30f486fbf9189e31a07064047f..27632bad32d7651722b83cc4f9d6d3fd2c42c134 100644 (file)
@@ -28,7 +28,6 @@
 #include <haproxy/buf.h>
 #include <haproxy/connection-t.h>
 #include <haproxy/fd.h>
-#include <haproxy/http_ana.h>
 #include <haproxy/list.h>
 #include <haproxy/listener-t.h>
 #include <haproxy/obj_type.h>