From 51596c166b856deaef04c089258b08d3b0b90be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Wed, 10 Jul 2019 11:45:46 +0200 Subject: [PATCH] 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. --- src/proto_tcp.c | 2 -- 1 file changed, 2 deletions(-) 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