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.
This commit is contained in:
Frdric Lcaille 2019-07-10 11:45:46 +02:00 committed by Willy Tarreau
parent fb2fce1680
commit 51596c166b

View File

@ -25,9 +25,7 @@
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/un.h>
#include <netinet/tcp.h>
#include <netinet/in.h>