builtin/sparse-checkout.c: delete duplicate include

cache.h is included more than once. Signed-off-by: Elia Pinto <gitter.spiros@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Elia Pinto committed Mar 13, 2022 at 19:55 UTC 07b04ebe86ce91e8965eb655e1136309c4ad44de
1 file changed -1
builtin/sparse-checkout.c
-1
index 5518ed47f6..d88d141076 100644 --- a/builtin/sparse-checkout.c +++ b/builtin/sparse-checkout.c @@ -8,7 +8,6 @@ #include "run-command.h" #include "strbuf.h" #include "string-list.h" -#include "cache.h" #include "cache-tree.h" #include "lockfile.h" #include "resolve-undo.h"