From 12e3b084de4fd5dd7ca879f3281402d200ddd6d1 Mon Sep 17 00:00:00 2001 From: Elia Pinto Date: Sun, 13 Mar 2022 19:55:36 +0000 Subject: 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 --- t/helper/test-run-command.c | 1 - 1 file changed, 1 deletion(-) (limited to 't') 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, -- cgit v1.2.3