diff options
Diffstat (limited to 'tests/t0403-write.c')
| -rw-r--r-- | tests/t0403-write.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/t0403-write.c b/tests/t0403-write.c index dfafca6f6..8b29b05ea 100644 --- a/tests/t0403-write.c +++ b/tests/t0403-write.c @@ -3,9 +3,9 @@ #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 const char *commit_ids[] = { "a4a7dce85cf63874e984719f4fdd239f5145052f", /* 0 */ |
