From 553d4d70d128e78fd12031f5109d0164088c784f Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 21 Mar 2023 06:25:55 +0000 Subject: 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 Signed-off-by: Junio C Hamano --- progress.c | 1 - 1 file changed, 1 deletion(-) (limited to 'progress.c') diff --git a/progress.c b/progress.c index 9b33a2df32..44c784d75f 100644 --- a/progress.c +++ b/progress.c @@ -10,7 +10,6 @@ #define GIT_TEST_PROGRESS_ONLY #include "cache.h" -#include "gettext.h" #include "progress.h" #include "strbuf.h" #include "trace.h" -- cgit v1.2.3