From: Elia Pinto Date: Sun, 13 Mar 2022 19:55:36 +0000 (+0000) Subject: t/helper/test-run-command.c: delete duplicate include X-Git-Tag: v2.36.0-rc0~45^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12e3b084de4fd5dd7ca879f3281402d200ddd6d1;p=thirdparty%2Fgit.git t/helper/test-run-command.c: delete duplicate include parse-options.h is included more than once. Signed-off-by: Elia Pinto Signed-off-by: Junio C Hamano --- diff --git a/t/helper/test-run-command.c b/t/helper/test-run-command.c 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,