diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-11-18 01:43:27 +0100 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-11-18 01:43:27 +0100 |
commit | 2cbca8b06cb7cab08d916438a63e19734256b3fa (patch) | |
tree | 844059abe4e0fe2d268d1919fd13f32669f103db /include/git2/indexer.h | |
parent | d1a721c5953c6eaee52042e6ace57f6d7e2cc4ba (diff) | |
download | libgit2-2cbca8b06cb7cab08d916438a63e19734256b3fa.tar.gz |
include: Unify internal include strategies
Do not add the `git2` path to internal includes, or that will cause
an extra path dependency.
Diffstat (limited to 'include/git2/indexer.h')
-rw-r--r-- | include/git2/indexer.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |