]> git.ipfire.org Git - thirdparty/git.git/commitdiff
builtin/sparse-checkout.c: delete duplicate include
authorElia Pinto <gitter.spiros@gmail.com>
Sun, 13 Mar 2022 19:55:34 +0000 (19:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Mar 2022 22:23:16 +0000 (22:23 +0000)
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>
builtin/sparse-checkout.c

index 5518ed47f6c25664c038004657479c89c9acc382..d88d1410761a15f0417c332b033088385887cdc7 100644 (file)
@@ -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"