Commit e5296308 by Fraser Tweedale

netops: remove duplicate include

9e9aee67 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.
parent 6910ecb0
......@@ -19,10 +19,6 @@
# endif
#endif
#ifdef __FreeBSD__
# include <netinet/in.h>
#endif
#ifdef GIT_SSL
# include <openssl/ssl.h>
# include <openssl/err.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