From: Elia Pinto Date: Sun, 13 Mar 2022 19:55:34 +0000 (+0000) Subject: builtin/sparse-checkout.c: delete duplicate include X-Git-Tag: v2.36.0-rc0~45^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07b04ebe86ce91e8965eb655e1136309c4ad44de;p=thirdparty%2Fgit.git builtin/sparse-checkout.c: delete duplicate include cache.h is included more than once. Signed-off-by: Elia Pinto Signed-off-by: Junio C Hamano --- diff --git a/builtin/sparse-checkout.c b/builtin/sparse-checkout.c 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"