Commit 77bb37eb by Vicent Martí

Merge pull request #344 from margro/development

Header fix for C++ and double include in git2.h
parents cb1c7563 ede21113
...@@ -56,7 +56,6 @@ ...@@ -56,7 +56,6 @@
#include "git2/config.h" #include "git2/config.h"
#include "git2/remote.h" #include "git2/remote.h"
#include "git2/remote.h"
#include "git2/refspec.h" #include "git2/refspec.h"
#include "git2/net.h" #include "git2/net.h"
#include "git2/transport.h" #include "git2/transport.h"
......
...@@ -46,15 +46,6 @@ GIT_BEGIN_DECL ...@@ -46,15 +46,6 @@ GIT_BEGIN_DECL
*/ */
/** /**
* @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 * Get the information for a particular remote
* *
* @param out pointer to the new remote object * @param out pointer to the new remote object
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment