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/remote.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/git2/remote.h') diff --git a/include/git2/remote.h b/include/git2/remote.h index e0be93757..54116c22e 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -7,9 +7,9 @@ #ifndef INCLUDE_git_remote_h__ #define INCLUDE_git_remote_h__ -#include "git2/common.h" -#include "git2/repository.h" -#include "git2/refspec.h" +#include "common.h" +#include "repository.h" +#include "refspec.h" /** * @file git2/remote.h * @brief Git remote management functions -- cgit v1.2.1