From 44908fe763b1a2097b65c86130ac679c458df7d2 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Mon, 6 Dec 2010 23:03:16 +0200 Subject: Change the library include file Libgit2 is now officially include as #include "" or indidividual files may be included as #include Signed-off-by: Vicent Marti --- src/commit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/commit.c') diff --git a/src/commit.c b/src/commit.c index 9e3cd3301..ef3d80b51 100644 --- a/src/commit.c +++ b/src/commit.c @@ -23,9 +23,9 @@ * Boston, MA 02110-1301, USA. */ -#include "git/common.h" -#include "git/object.h" -#include "git/repository.h" +#include "git2/common.h" +#include "git2/object.h" +#include "git2/repository.h" #include "common.h" #include "commit.h" -- cgit v1.2.1