2
0
Эх сурвалжийг харах

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

This is already included in unix.h
Sebastian Valle 7 жил өмнө
parent
commit
cea2c5be9f
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      unix.c

+ 0 - 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>