From 257bd746cf4b3f1e048a640202493c3e3bcdc1ae Mon Sep 17 00:00:00 2001 From: Andreas Ericsson Date: Tue, 18 Nov 2008 00:58:02 +0100 Subject: Use same-directory include for public headers It doesn't make sense to use "git/somefile.h" in the public git headers, as it's quite likely that projects using them will have a git directory themselves. This alters it, making the public headers look for headers in the same directory they themselves are in. Signed-off-by: Andreas Ericsson Signed-off-by: Shawn O. Pearce --- include/git/commit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/git/commit.h') diff --git a/include/git/commit.h b/include/git/commit.h index 88bb8fe27..160148d67 100644 --- a/include/git/commit.h +++ b/include/git/commit.h @@ -26,8 +26,8 @@ #ifndef INCLUDE_git_commit_h__ #define INCLUDE_git_commit_h__ -#include "git/common.h" -#include "git/oid.h" +#include "common.h" +#include "oid.h" /** * @file git/commit.h -- cgit v1.2.1