From: Willy Tarreau Date: Wed, 6 Oct 2021 14:43:14 +0000 (+0200) Subject: CLEANUP: stick-table: no need to include socket nor in.h X-Git-Tag: v2.5-dev9~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74f9817565ddc191dd47d1d7aa367aa73900df96;p=thirdparty%2Fhaproxy.git CLEANUP: stick-table: no need to include socket nor in.h The types provided by these are never present in stick_table-t.h, let's drop them. --- diff --git a/include/haproxy/stick_table-t.h b/include/haproxy/stick_table-t.h index 9dd4ede5a3..f1f9d23e68 100644 --- a/include/haproxy/stick_table-t.h +++ b/include/haproxy/stick_table-t.h @@ -23,9 +23,6 @@ #ifndef _HAPROXY_STICK_TABLE_T_H #define _HAPROXY_STICK_TABLE_T_H -#include -#include - #include #include #include