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.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=51596c166b856deaef04c089258b08d3b0b90be3;p=haproxy.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 64ffb83c5..4ca6fc239 100644 --- a/src/proto_tcp.c +++ b/src/proto_tcp.c @@ -25,9 +25,7 @@ #include #include -#include #include -#include #include #include