From d12299fe22e549a20e632668fdbe13cab9def9df Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Fri, 3 Dec 2010 22:22:10 +0200 Subject: Change include structure for the project The maze with include dependencies has been fixed. There is now a global include: #include The git_odb_backend API has been exposed. Signed-off-by: Vicent Marti --- src/commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commit.c') diff --git a/src/commit.c b/src/commit.c index 7d21b88dc..9e3cd3301 100644 --- a/src/commit.c +++ b/src/commit.c @@ -24,7 +24,7 @@ */ #include "git/common.h" -#include "git/odb.h" +#include "git/object.h" #include "git/repository.h" #include "common.h" -- cgit v1.2.1