From c7b508e63bbcb2a378b68a140180f9074a4ace6b Mon Sep 17 00:00:00 2001 From: Marcel Groothuis Date: Fri, 29 Jul 2011 19:29:47 +0200 Subject: [PATCH 1/2] Remove double include of remote.h from git2.h --- include/git2.h | 1 - 1 file changed, 1 deletion(-) 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" From ede21113a23741e7e8a47843dafccfd9b52bbe41 Mon Sep 17 00:00:00 2001 From: Marcel Groothuis Date: Fri, 29 Jul 2011 19:31:39 +0200 Subject: [PATCH 2/2] Fix compilation in C++: remove double GIT_BEGIN_DECL --- include/git2/remote.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/git2/remote.h b/include/git2/remote.h index 723ff8f0e..93bc83452 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -45,15 +45,6 @@ GIT_BEGIN_DECL * - _del (needs support from config) */ -/** - * @file git2/remote.h - * @brief Git remote management - * @defgroup git_remote Git remote management routines - * @ingroup Git - * @{ - */ -GIT_BEGIN_DECL - /** * Get the information for a particular remote *