summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-03-23 21:09:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-03-23 21:09:30 (GMT)
commitd674bf5570b2eed9779a0b8879ae70219f27a2f9 (patch)
tree61580a527def4a5329f5a2a8a7987e3501bb2de8 /t
parent4eb66787b04bf0ade6fed3303ce8cbd28977863c (diff)
parentaa3e9e61c12a41954aa2cad3f25b0b36dafb903f (diff)
downloadgit-d674bf5570b2eed9779a0b8879ae70219f27a2f9.zip
git-d674bf5570b2eed9779a0b8879ae70219f27a2f9.tar.gz
git-d674bf5570b2eed9779a0b8879ae70219f27a2f9.tar.bz2
Merge branch 'ep/remove-duplicated-includes'
Code clean-up. * ep/remove-duplicated-includes: attr.h: remove duplicate struct definition t/helper/test-run-command.c: delete duplicate include builtin/stash.c: delete duplicate include builtin/sparse-checkout.c: delete duplicate include builtin/gc.c: delete duplicate include attr.c: delete duplicate include
Diffstat (limited to 't')
-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 3da8525..f3b90aa 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,