Commit 2e18e29b by Carlos Martín Nieto

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>
parent a51201cc
...@@ -41,7 +41,6 @@ typedef SSIZE_T ssize_t; ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment