From da9502ff4dc495471a1a080dc297cd6e4628c10c Mon Sep 17 00:00:00 2001 From: Calvin Wan Date: Wed, 5 Jul 2023 17:09:23 +0000 Subject: treewide: remove unnecessary includes for wrapper.h Signed-off-by: Calvin Wan Signed-off-by: Junio C Hamano --- t/helper/test-read-cache.c | 1 - 1 file changed, 1 deletion(-) (limited to 't/helper/test-read-cache.c') diff --git a/t/helper/test-read-cache.c b/t/helper/test-read-cache.c index 56c2d25f35..1acd362346 100644 --- a/t/helper/test-read-cache.c +++ b/t/helper/test-read-cache.c @@ -4,7 +4,6 @@ #include "read-cache-ll.h" #include "repository.h" #include "setup.h" -#include "wrapper.h" int cmd__read_cache(int argc, const char **argv) { -- cgit 1.2.3-korg