Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Groothuis <margro.xbmc@gmail.com>2011-07-29 21:29:47 +0400
committerMarcel Groothuis <margro.xbmc@gmail.com>2011-07-29 21:29:47 +0400
commitc7b508e63bbcb2a378b68a140180f9074a4ace6b (patch)
treebd6503f4d3d1a046c29f9188a0c064584a3eefee /include/git2.h
parentcb1c75635e9e6c30e147be80b71e72382a1097f7 (diff)
Remove double include of remote.h from git2.h
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/git2.h b/include/git2.h
index 243824eff..35e48b240 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -56,7 +56,6 @@
#include "git2/config.h"
#include "git2/remote.h"
-#include "git2/remote.h"
#include "git2/refspec.h"
#include "git2/net.h"
#include "git2/transport.h"