summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-11-09 17:15:57 +0100
committerJim Meyering <meyering@redhat.com>2008-11-10 08:19:52 +0100
commit43448b049341d9b88293f38eb941759820f42e84 (patch)
tree15d6fc576840326d54bfb9a9ed22398fe2832cd1 /src/comm.c
parent854284f7887677395239c1085b27a09e834291b7 (diff)
downloadcoreutils-43448b049341d9b88293f38eb941759820f42e84.tar.xz
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.
Diffstat (limited to 'src/comm.c')
-rw-r--r--src/comm.c1
1 files changed, 0 insertions, 1 deletions
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"