summaryrefslogtreecommitdiff
path: root/t/helper/test-run-command.c
diff options
context:
space:
mode:
authorElia Pinto <gitter.spiros@gmail.com>2022-03-13 19:55:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-03-13 22:23:17 (GMT)
commit12e3b084de4fd5dd7ca879f3281402d200ddd6d1 (patch)
tree095378af18d0967ee50b9afd308c8ac9e58a3f7f /t/helper/test-run-command.c
parent4fcea603c74eb2c78b4d8cd24349bf58af77df9d (diff)
downloadgit-12e3b084de4fd5dd7ca879f3281402d200ddd6d1.zip
git-12e3b084de4fd5dd7ca879f3281402d200ddd6d1.tar.gz
git-12e3b084de4fd5dd7ca879f3281402d200ddd6d1.tar.bz2
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>
Diffstat (limited to 't/helper/test-run-command.c')
-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 8f370cd..1b35a14 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,