diff options
author | Elijah Newren <newren@gmail.com> | 2023-03-21 06:25:55 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-03-21 10:56:51 -0700 |
commit | 553d4d70d128e78fd12031f5109d0164088c784f (patch) | |
tree | b549142c43545ad5d8924eda7be6c81c91053efb /t/helper/test-parse-pathspec-file.c | |
parent | f394e093df10f1867d9bb2180b3789ee61124aed (diff) |
treewide: remove unnecessary inclusion of gettext.h
Looking at things from the opposite angle of the last patch, we had a
few files that were including gettext.h and perhaps needed it at some
point in history, but no longer require it. Remove the include.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-parse-pathspec-file.c')
-rw-r--r-- | t/helper/test-parse-pathspec-file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/helper/test-parse-pathspec-file.c b/t/helper/test-parse-pathspec-file.c index 71d2131fba..89ecefd1cd 100644 --- a/t/helper/test-parse-pathspec-file.c +++ b/t/helper/test-parse-pathspec-file.c @@ -1,7 +1,6 @@ #include "test-tool.h" #include "parse-options.h" #include "pathspec.h" -#include "gettext.h" int cmd__parse_pathspec_file(int argc, const char **argv) { |