summaryrefslogtreecommitdiff
path: root/include/git2.h
diff options
context:
space:
mode:
authorMarcel Groothuis <margro.xbmc@gmail.com>2011-07-29 19:29:47 +0200
committerMarcel Groothuis <margro.xbmc@gmail.com>2011-07-29 19:29:47 +0200
commitc7b508e63bbcb2a378b68a140180f9074a4ace6b (patch)
treebd6503f4d3d1a046c29f9188a0c064584a3eefee /include/git2.h
parentcb1c75635e9e6c30e147be80b71e72382a1097f7 (diff)
downloadlibgit2-c7b508e63bbcb2a378b68a140180f9074a4ace6b.tar.gz
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 243824ef..35e48b24 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"