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>
This commit is contained in:
Elijah Newren
2023-03-21 06:25:55 +00:00
committed by Junio C Hamano
parent f394e093df
commit 553d4d70d1
4 changed files with 0 additions and 4 deletions

View File

@ -16,7 +16,6 @@
#include "string-list.h"
#include "thread-utils.h"
#include "wildmatch.h"
#include "gettext.h"
static int number_callbacks;
static int parallel_next(struct child_process *cp,