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>
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>