Commit 2cbca8b0 by Vicent Marti

include: Unify internal include strategies

Do not add the `git2` path to internal includes, or that will cause
an extra path dependency.
parent d1a721c5
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
#ifndef _INCLUDE_git_indexer_h__ #ifndef _INCLUDE_git_indexer_h__
#define _INCLUDE_git_indexer_h__ #define _INCLUDE_git_indexer_h__
#include "git2/common.h" #include "common.h"
#include "git2/oid.h" #include "oid.h"
GIT_BEGIN_DECL GIT_BEGIN_DECL
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef INCLUDE_git_refspec_h__ #ifndef INCLUDE_git_refspec_h__
#define INCLUDE_git_refspec_h__ #define INCLUDE_git_refspec_h__
#include "git2/types.h" #include "types.h"
/** /**
* @file git2/refspec.h * @file git2/refspec.h
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
#ifndef INCLUDE_git_remote_h__ #ifndef INCLUDE_git_remote_h__
#define INCLUDE_git_remote_h__ #define INCLUDE_git_remote_h__
#include "git2/common.h" #include "common.h"
#include "git2/repository.h" #include "repository.h"
#include "git2/refspec.h" #include "refspec.h"
/** /**
* @file git2/remote.h * @file git2/remote.h
* @brief Git remote management functions * @brief Git remote management functions
......
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