diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-03-23 14:09:30 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-03-23 14:09:30 -0700 |
| commit | d674bf5570b2eed9779a0b8879ae70219f27a2f9 (patch) | |
| tree | 61580a527def4a5329f5a2a8a7987e3501bb2de8 /builtin/sparse-checkout.c | |
| parent | Merge branch 'ep/t6423-modernize' (diff) | |
| parent | attr.h: remove duplicate struct definition (diff) | |
| download | git-d674bf5570b2eed9779a0b8879ae70219f27a2f9.tar.gz git-d674bf5570b2eed9779a0b8879ae70219f27a2f9.zip | |
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.c | 1 |
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" |
