summaryrefslogtreecommitdiff
path: root/src/fetch.c
diff options
context:
space:
mode:
authorMichael Schubert <schu@schu.io>2012-08-04 15:22:38 +0200
committerMichael Schubert <schu@schu.io>2012-08-04 15:30:28 +0200
commit7e9f78b5fee2d8f56711a587c35fcba10d370547 (patch)
tree2af356a1b2fa5839d7d36f380188e54884ad3585 /src/fetch.c
parent5daca042c642bf123f0b0a39c1ad32ca0afcac70 (diff)
downloadlibgit2-7e9f78b5fee2d8f56711a587c35fcba10d370547.tar.gz
remote: add missing include git2/remote.h
Otherwise we get an incomplete type error, since git_remote_callbacks isn't declared yet.
Diffstat (limited to 'src/fetch.c')
-rw-r--r--src/fetch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fetch.c b/src/fetch.c
index f8f853fef..d96ac7781 100644
--- a/src/fetch.c
+++ b/src/fetch.c
@@ -5,7 +5,6 @@
* a Linking Exception. For full terms see the included COPYING file.
*/
-#include "git2/remote.h"
#include "git2/oid.h"
#include "git2/refs.h"
#include "git2/revwalk.h"