]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: stick-table: no need to include socket nor in.h
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 14:43:14 +0000 (16:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:41:14 +0000 (01:41 +0200)
The types provided by these are never present in stick_table-t.h,
let's drop them.

include/haproxy/stick_table-t.h

index 9dd4ede5a3fe1a09feeedc518f6563f76119161c..f1f9d23e687af319963b69a6c63a9604af03405f 100644 (file)
@@ -23,9 +23,6 @@
 #ifndef _HAPROXY_STICK_TABLE_T_H
 #define _HAPROXY_STICK_TABLE_T_H
 
-#include <sys/socket.h>
-#include <netinet/in.h>
-
 #include <import/eb32tree.h>
 #include <import/ebmbtree.h>
 #include <import/ebpttree.h>