Commit 0f49a589013d0f5c75cccf75ee2dd6cc99ce3d91

Vicent Martí 2011-06-14T08:28:03

Merge pull request #258 from carlosmn/no-arpa Remove uneeded arpa/inet.h include

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/common.h b/src/common.h
index f4f11fd..c83e005 100644
--- a/src/common.h
+++ b/src/common.h
@@ -41,7 +41,6 @@ typedef SSIZE_T ssize_t;
 
 #else
 # include <unistd.h>
-# include <arpa/inet.h>
 
 # ifdef GIT_THREADS
 #  include <pthread.h>