Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@elego.de>2011-06-14 18:35:57 +0400
committerCarlos Martín Nieto <cmn@elego.de>2011-06-14 19:03:25 +0400
commit2e18e29b575cc8b67603d027f511ad7865dc32f4 (patch)
tree45438474cd7445a6983988244670be878a7011f9 /src/common.h
parenta51201cc738eda4d8938672eaa636ac088316df4 (diff)
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>
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index f4f11fd2f..c83e00516 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>