summaryrefslogtreecommitdiff
path: root/src/libgit2/fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgit2/fetch.h')
-rw-r--r--src/libgit2/fetch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libgit2/fetch.h b/src/libgit2/fetch.h
index 10b6731f0..493366ded 100644
--- a/src/libgit2/fetch.h
+++ b/src/libgit2/fetch.h
@@ -11,8 +11,6 @@
#include "git2/remote.h"
-#include "netops.h"
-
int git_fetch_negotiate(git_remote *remote, const git_fetch_options *opts);
int git_fetch_download_pack(git_remote *remote);