소스 검색

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>