diff options
author | Sebastian Valle <[email protected]> | 2018-09-10 23:21:55 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2018-09-10 23:21:55 -0500 |
commit | cea2c5be9faa13a451d3c767601db95f7e0bff15 (patch) | |
tree | 184ea5b16e8ded2f51fe460cff0be32cd796c6e2 | |
parent | 219c625c743c44153ba0926d8b84c69643bee720 (diff) | |
download | enet-cea2c5be9faa13a451d3c767601db95f7e0bff15.tar.gz enet-cea2c5be9faa13a451d3c767601db95f7e0bff15.zip |
Remove the now unneeded <arpa/inet.h> include in unix.c
This is already included in unix.h
-rw-r--r-- | unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |