diff mbox series

[5/5] t/helper/test-run-command.c: delete duplicate include

Message ID 20220313195536.224075-6-gitter.spiros@gmail.com (mailing list archive)
State Accepted
Commit 12e3b084de4fd5dd7ca879f3281402d200ddd6d1
Headers show
Series Remove. duplicate include directives | expand

Commit Message

Elia Pinto March 13, 2022, 7:55 p.m. UTC
parse-options.h is included more than once.

Signed-off-by: Elia Pinto <gitter.spiros@gmail.com>
---
 t/helper/test-run-command.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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,