Преглед на файлове

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>