diff options
author | Vicent Martà <vicent@github.com> | 2013-08-28 06:05:07 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2013-08-28 06:05:07 -0700 |
commit | d07cc8a2f7a197bd1b09092467212697995ff9a3 (patch) | |
tree | d70d40ed25f6fc791701c81e444d92479ac42239 | |
parent | b8b22d774eca054fe43005accd6f3ff58fc1fb62 (diff) | |
parent | e52963080a1cc4c7cd7a921fd96d9656cc976022 (diff) | |
download | libgit2-d07cc8a2f7a197bd1b09092467212697995ff9a3.tar.gz |
Merge pull request #1808 from frasertweedale/fix/freebsd-dup-include
netops: remove duplicate include
-rw-r--r-- | src/netops.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/netops.c b/src/netops.c index 69179dd1c..803c2696a 100644 --- a/src/netops.c +++ b/src/netops.c @@ -19,10 +19,6 @@ # endif #endif -#ifdef __FreeBSD__ -# include <netinet/in.h> -#endif - #ifdef GIT_SSL # include <openssl/ssl.h> # include <openssl/err.h> |