diff options
Diffstat (limited to 't/helper/test-partial-clone.c')
| -rw-r--r-- | t/helper/test-partial-clone.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/helper/test-partial-clone.c b/t/helper/test-partial-clone.c index da17fd37eb..362bd64a4c 100644 --- a/t/helper/test-partial-clone.c +++ b/t/helper/test-partial-clone.c @@ -1,8 +1,8 @@ -#include "cache.h" -#include "hex.h" #include "test-tool.h" +#include "hex.h" #include "repository.h" #include "object-store.h" +#include "setup.h" /* * Prints the size of the object corresponding to the given hash in a specific |
