From: Frédéric Lécaille Date: Wed, 10 Jul 2019 09:45:46 +0000 (+0200) Subject: CLEANUP: proto_tcp: Remove useless header inclusions. X-Git-Tag: v2.1-dev1~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51596c166b856deaef04c089258b08d3b0b90be3;p=thirdparty%2Fhaproxy.git CLEANUP: proto_tcp: Remove useless header inclusions. I guess "sys/un.h" and "sys/stat.h" were included for debugging purposes when "proto_tcp.c" was initially created. There are no more useful. --- diff --git a/src/proto_tcp.c b/src/proto_tcp.c index 64ffb83c5d..4ca6fc2392 100644 --- a/src/proto_tcp.c +++ b/src/proto_tcp.c @@ -25,9 +25,7 @@ #include #include -#include #include -#include #include #include