treewide: remove unnecessary inclusion of gettext.h
commit553d4d70d128e78fd12031f5109d0164088c784f
authorElijah Newren <newren@gmail.com>
Tue, 21 Mar 2023 06:25:55 +0000 (21 06:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Mar 2023 17:56:51 +0000 (21 10:56 -0700)
treeb549142c43545ad5d8924eda7be6c81c91053efb
parentf394e093df10f1867d9bb2180b3789ee61124aed
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>
progress.c
t/helper/test-parse-pathspec-file.c
t/helper/test-progress.c
t/helper/test-run-command.c