]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t/helper/test-run-command.c: delete duplicate include
authorElia Pinto <gitter.spiros@gmail.com>
Sun, 13 Mar 2022 19:55:36 +0000 (19:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Mar 2022 22:23:17 +0000 (22:23 +0000)
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>
t/helper/test-run-command.c

index 8f370cd89f17609b1245ea50440cda971d6a7458..1b35a143c123478d8dceeabd8ff4b5ec02f395de 100644 (file)
@@ -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,