From 2cbca8b06cb7cab08d916438a63e19734256b3fa Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Fri, 18 Nov 2011 01:43:27 +0100 Subject: include: Unify internal include strategies Do not add the `git2` path to internal includes, or that will cause an extra path dependency. --- include/git2/indexer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/git2/indexer.h') diff --git a/include/git2/indexer.h b/include/git2/indexer.h index bd9b9b6ab..1e5eb380c 100644 --- a/include/git2/indexer.h +++ b/include/git2/indexer.h @@ -7,8 +7,8 @@ #ifndef _INCLUDE_git_indexer_h__ #define _INCLUDE_git_indexer_h__ -#include "git2/common.h" -#include "git2/oid.h" +#include "common.h" +#include "oid.h" GIT_BEGIN_DECL -- cgit v1.2.1