mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 06:25:59 -07:00
Remove the now unneeded <arpa/inet.h> include in unix.c
This is already included in unix.h
This commit is contained in:
parent
219c625c74
commit
cea2c5be9f
1 changed files with 0 additions and 1 deletions
1
unix.c
1
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>
|
||||
|
|
Loading…
Reference in a new issue