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 /t | |
parent | Merge branch 'ep/t6423-modernize' (diff) | |
parent | attr.h: remove duplicate struct definition (diff) | |
download | tgif-d674bf5570b2eed9779a0b8879ae70219f27a2f9.tar.xz |
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 't')
-rw-r--r-- | t/helper/test-run-command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/helper/test-run-command.c b/t/helper/test-run-command.c index 3da8525ce6..f3b90aa834 100644 --- a/t/helper/test-run-command.c +++ b/t/helper/test-run-command.c @@ -19,7 +19,6 @@ #include "thread-utils.h" #include "wildmatch.h" #include "gettext.h" -#include "parse-options.h" static int number_callbacks; static int parallel_next(struct child_process *cp, |