Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-03-24 00:09:30 +0300
committerJunio C Hamano <gitster@pobox.com>2022-03-24 00:09:30 +0300
commitd674bf5570b2eed9779a0b8879ae70219f27a2f9 (patch)
tree61580a527def4a5329f5a2a8a7987e3501bb2de8 /builtin/sparse-checkout.c
parent4eb66787b04bf0ade6fed3303ce8cbd28977863c (diff)
parentaa3e9e61c12a41954aa2cad3f25b0b36dafb903f (diff)
Merge branch 'ep/remove-duplicated-includes'
Code clean-up. * ep/remove-duplicated-includes: attr.h: remove duplicate struct definition t/helper/test-run-command.c: delete duplicate include builtin/stash.c: delete duplicate include builtin/sparse-checkout.c: delete duplicate include builtin/gc.c: delete duplicate include attr.c: delete duplicate include
Diffstat (limited to 'builtin/sparse-checkout.c')
-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 7f02e4352a..0217d44c5b 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"