Remove uneeded arpa/inet.h include

This header isn't needed at all and it shows a lot of warnings on
OpenBSD.

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
This commit is contained in:
Carlos Martín Nieto 2011-06-14 16:35:57 +02:00
parent a51201cc73
commit 2e18e29b57

View File

@ -41,7 +41,6 @@ typedef SSIZE_T ssize_t;
#else #else
# include <unistd.h> # include <unistd.h>
# include <arpa/inet.h>
# ifdef GIT_THREADS # ifdef GIT_THREADS
# include <pthread.h> # include <pthread.h>