netops: remove duplicate include

9e9aee6 added an include <netinet/in.h> to fix the build on FreeBSD.
Sometime since then the same header is included ifndef _WIN32, so
remove the duplicate include.
This commit is contained in:
Fraser Tweedale 2013-08-24 20:15:22 +10:00
parent 6910ecb036
commit e52963080a

View File

@ -19,10 +19,6 @@
# endif
#endif
#ifdef __FreeBSD__
# include <netinet/in.h>
#endif
#ifdef GIT_SSL
# include <openssl/ssl.h>
# include <openssl/err.h>