diff options
Diffstat (limited to 'src/tree.c')
-rw-r--r-- | src/tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tree.c b/src/tree.c index 0fc309209..4655dc760 100644 --- a/src/tree.c +++ b/src/tree.c @@ -27,8 +27,8 @@ #include "commit.h" #include "revwalk.h" #include "tree.h" -#include "git/repository.h" -#include "git/object.h" +#include "git2/repository.h" +#include "git2/object.h" int entry_search_cmp(const void *key, const void *array_member) { |