summaryrefslogtreecommitdiff
path: root/src/libgit2/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgit2/fetch.c')
-rw-r--r--src/libgit2/fetch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libgit2/fetch.c b/src/libgit2/fetch.c
index 874813b4e..2a419534e 100644
--- a/src/libgit2/fetch.c
+++ b/src/libgit2/fetch.c
@@ -21,7 +21,6 @@
#include "repository.h"
#include "refs.h"
#include "transports/smart.h"
-#include <limits.h>
static int maybe_want(git_remote *remote, git_remote_head *head, git_refspec *tagspec, git_remote_autotag_option_t tagopt)
{