From 43448b049341d9b88293f38eb941759820f42e84 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 9 Nov 2008 17:15:57 +0100 Subject: make --help print "Report PROGRAM translation bugs to <...>." for all but the C/POSIX locale. * src/system.h: Include "hard-locale.h". (emit_bug_reporting_address): Tell where to report translation bugs. don't include "hard-locale.h", now that system.h does * src/comm.c: Likewise. * src/join.c: Likewise. * src/ls.c: Likewise. * src/pinky.c: Likewise. * src/pr.c: Likewise. * src/sort.c: Likewise. * src/uniq.c: Likewise. * src/who.c: Likewise. --- src/comm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/comm.c') diff --git a/src/comm.c b/src/comm.c index 9e70253f9..4ec7e4a07 100644 --- a/src/comm.c +++ b/src/comm.c @@ -23,7 +23,6 @@ #include "system.h" #include "linebuffer.h" #include "error.h" -#include "hard-locale.h" #include "quote.h" #include "stdio--.h" #include "xmemcoll.h" -- cgit v1.2.3-54-g00ecf