summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Elia Pinto <gitter.spiros@gmail.com>2022-03-13 19:55:34 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-03-13 22:23:16 +0000
commit07b04ebe86ce91e8965eb655e1136309c4ad44de (patch)
tree89fcdd50d1fd477f4e45b8d5352c1e19ea18811f
parentbuiltin/gc.c: delete duplicate include (diff)
downloadtgif-07b04ebe86ce91e8965eb655e1136309c4ad44de.tar.xz
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>
-rw-r--r--builtin/sparse-checkout.c1
1 files changed, 0 insertions, 1 deletions
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"