From: Willy Tarreau Date: Wed, 6 Oct 2021 17:03:12 +0000 (+0200) Subject: CLEANUP: connection: remove unneeded tcpcheck-t.h and use only session-t.h X-Git-Tag: v2.5-dev9~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7969986c2cb7947ccdfe1a72e6eddab1ff30c5ff;p=thirdparty%2Fhaproxy.git CLEANUP: connection: remove unneeded tcpcheck-t.h and use only session-t.h No need to include the full session stuff, we only need the type. Also, remove the unneeded tcpcheck types. --- diff --git a/include/haproxy/connection.h b/include/haproxy/connection.h index 27632bad32..5914796d8f 100644 --- a/include/haproxy/connection.h +++ b/include/haproxy/connection.h @@ -33,10 +33,8 @@ #include #include #include -#include +#include #include -#include - extern struct pool_head *pool_head_connection; extern struct pool_head *pool_head_connstream;