mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 14:39:10 +00:00
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>
This commit is contained in:
parent
a51201cc73
commit
2e18e29b57
@ -41,7 +41,6 @@ typedef SSIZE_T ssize_t;
|
||||
|
||||
#else
|
||||
# include <unistd.h>
|
||||
# include <arpa/inet.h>
|
||||
|
||||
# ifdef GIT_THREADS
|
||||
# include <pthread.h>
|
||||
|
Loading…
Reference in New Issue
Block a user