diff options
author | Jim Meyering <jim@meyering.net> | 2007-06-13 15:33:38 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-06-13 15:33:38 +0200 |
commit | a780166b41f68dbea6d27eea99480708246e7618 (patch) | |
tree | e6840a413b64f31940c79e0719f134e9a41e08ea /src | |
parent | ae60d5bc4da2f3dca746c21596e03b2bee3db4bd (diff) | |
download | coreutils-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 'src')
-rw-r--r-- | src/cp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -32,7 +32,6 @@ #include "filenamecat.h" #include "lchmod.h" #include "quote.h" -#include "quotearg.h" #include "stat-time.h" #include "utimens.h" #include "acl.h" |