diff options
author | Elia Pinto <gitter.spiros@gmail.com> | 2022-03-13 19:55:36 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-03-13 22:23:17 +0000 |
commit | 12e3b084de4fd5dd7ca879f3281402d200ddd6d1 (patch) | |
tree | 095378af18d0967ee50b9afd308c8ac9e58a3f7f | |
parent | builtin/stash.c: delete duplicate include (diff) | |
download | tgif-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.c | 1 |
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, |