summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Elia Pinto <gitter.spiros@gmail.com>2022-03-13 19:55:36 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-03-13 22:23:17 +0000
commit12e3b084de4fd5dd7ca879f3281402d200ddd6d1 (patch)
tree095378af18d0967ee50b9afd308c8ac9e58a3f7f
parentbuiltin/stash.c: delete duplicate include (diff)
downloadtgif-12e3b084de4fd5dd7ca879f3281402d200ddd6d1.tar.xz
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>
-rw-r--r--t/helper/test-run-command.c1
1 files changed, 0 insertions, 1 deletions
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,