Merge pull request #344 from margro/development

Header fix for C++ and double include in git2.h
This commit is contained in:
Vicent Martí 2011-07-29 10:38:12 -07:00
commit 77bb37eb47
2 changed files with 0 additions and 10 deletions

View File

@ -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"

View File

@ -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
*