diff options
Diffstat (limited to 'tests/t0401-parse.c')
-rw-r--r-- | tests/t0401-parse.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/t0401-parse.c b/tests/t0401-parse.c index fc5aeff7b..b82a9b168 100644 --- a/tests/t0401-parse.c +++ b/tests/t0401-parse.c @@ -2,9 +2,9 @@ #include "test_helpers.h" #include "commit.h" #include "person.h" -#include <git/odb.h> -#include <git/commit.h> -#include <git/revwalk.h> +#include <git2/odb.h> +#include <git2/commit.h> +#include <git2/revwalk.h> static char *test_commits_broken[] = { |