summaryrefslogtreecommitdiff
path: root/t/helper/test-oidtree.c
diff options
context:
space:
mode:
Diffstat (limited to 't/helper/test-oidtree.c')
-rw-r--r--t/helper/test-oidtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-oidtree.c b/t/helper/test-oidtree.c
index 5b98f2f..c7a1d4c 100644
--- a/t/helper/test-oidtree.c
+++ b/t/helper/test-oidtree.c
@@ -1,8 +1,8 @@
#include "test-tool.h"
-#include "cache.h"
#include "hex.h"
#include "oidtree.h"
#include "setup.h"
+#include "strbuf.h"
static enum cb_next print_oid(const struct object_id *oid, void *data UNUSED)
{