Remove the now unneeded <arpa/inet.h> include in unix.c

This is already included in unix.h
This commit is contained in:
Sebastian Valle 2018-09-10 23:21:55 -05:00 committed by GitHub
parent 219c625c74
commit cea2c5be9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
unix.c
View file

@ -8,7 +8,6 @@
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/time.h>
#include <arpa/inet.h>
#include <netinet/tcp.h>
#include <netdb.h>
#include <unistd.h>