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 d14cdc6..27632ba 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>