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 --- builtin/index-pack.c | 1 - 1 file changed, 1 deletion(-) (limited to 'builtin/index-pack.c') diff --git a/builtin/index-pack.c b/builtin/index-pack.c index c1250b070f..f8e1308805 100644 --- a/builtin/index-pack.c +++ b/builtin/index-pack.c @@ -25,7 +25,6 @@ #include "replace-object.h" #include "promisor-remote.h" #include "setup.h" -#include "wrapper.h" static const char index_pack_usage[] = "git index-pack [-v] [-o ] [--keep | --keep=] [--[no-]rev-index] [--verify] [--strict] ( | --stdin [--fix-thin] [])"; -- cgit 1.2.3-korg