summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-06-13 15:33:38 +0200
committerJim Meyering <jim@meyering.net>2007-06-13 15:33:38 +0200
commita780166b41f68dbea6d27eea99480708246e7618 (patch)
treee6840a413b64f31940c79e0719f134e9a41e08ea /ChangeLog
parentae60d5bc4da2f3dca746c21596e03b2bee3db4bd (diff)
downloadcoreutils-a780166b41f68dbea6d27eea99480708246e7618.tar.xz
Don't include "quotearg.h" when it is not used.
* Makefile.maint (sc_prohibit_quotearg_without_use): New rule. * src/cp.c: Don't include "quotearg.h". It wasn't used.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63a0f04e3..f48ffddb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-06-13 Jim Meyering <jim@meyering.net>
+ Don't include "quotearg.h" when it is not used.
+ * Makefile.maint (sc_prohibit_quotearg_without_use): New rule.
+ * src/cp.c: Don't include "quotearg.h". It wasn't used.
+
* README-hacking: List Gperf as a build-requirement, too.
Reported by Steve Ward.