t/helper/test-run-command.c: delete duplicate include

parse-options.h is included more than once. Signed-off-by: Elia Pinto <gitter.spiros@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Elia Pinto committed Mar 13, 2022 at 19:55 UTC 12e3b084de4fd5dd7ca879f3281402d200ddd6d1
1 file changed -1
t/helper/test-run-command.c
-1
index 8f370cd89f..1b35a143c1 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,