Merge pull request #258 from carlosmn/no-arpa

Remove uneeded arpa/inet.h include
This commit is contained in:
Vicent Martí 2011-06-14 08:28:03 -07:00
commit 0f49a58901

View File

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