aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.c
diff options
context:
space:
mode:
authorSebastian Valle <[email protected]>2018-09-10 23:21:55 -0500
committerGitHub <[email protected]>2018-09-10 23:21:55 -0500
commitcea2c5be9faa13a451d3c767601db95f7e0bff15 (patch)
tree184ea5b16e8ded2f51fe460cff0be32cd796c6e2 /unix.c
parent219c625c743c44153ba0926d8b84c69643bee720 (diff)
downloadenet-cea2c5be9faa13a451d3c767601db95f7e0bff15.tar.gz
enet-cea2c5be9faa13a451d3c767601db95f7e0bff15.zip
Remove the now unneeded <arpa/inet.h> include in unix.c
This is already included in unix.h
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix.c b/unix.c
index c36a082..91dad72 100644
--- a/unix.c
+++ b/unix.c
@@ -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>