]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: connection: remove unneeded tcpcheck-t.h and use only session-t.h
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 17:03:12 +0000 (19:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:41:14 +0000 (01:41 +0200)
No need to include the full session stuff, we only need the type. Also,
remove the unneeded tcpcheck types.

include/haproxy/connection.h

index 27632bad32d7651722b83cc4f9d6d3fd2c42c134..5914796d8fe1ff68f8577ccd1c96181850ca8c83 100644 (file)
 #include <haproxy/obj_type.h>
 #include <haproxy/pool.h>
 #include <haproxy/server.h>
-#include <haproxy/session.h>
+#include <haproxy/session-t.h>
 #include <haproxy/task-t.h>
-#include <haproxy/tcpcheck-t.h>
-
 
 extern struct pool_head *pool_head_connection;
 extern struct pool_head *pool_head_connstream;