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/index.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/index.h') diff --git a/src/index.h b/src/index.h index f548c7b68..9e45a6372 100644 --- a/src/index.h +++ b/src/index.h @@ -4,8 +4,8 @@ #include "fileops.h" #include "filelock.h" #include "vector.h" -#include "git/odb.h" -#include "git/index.h" +#include "git2/odb.h" +#include "git2/index.h" struct git_index_tree { char *name; -- cgit v1.2.1