CLEANUP: connection: do not include http_ana!

It makes no sense to have http_ana here, that's used at higher levels.
This commit is contained in:
Willy Tarreau 2021-10-06 18:57:44 +02:00
parent aac777f169
commit 5d921c5edb

View 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>