فهرست منبع

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

This is already included in unix.h
Sebastian Valle 7 سال پیش
والد
کامیت
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>