diff options
author | Jim Meyering <jim@meyering.net> | 2007-06-15 15:44:15 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-06-15 15:49:00 +0200 |
commit | cad884a24545464cb42296834a8b5c02ee116379 (patch) | |
tree | b07aa60e1d4c5a8d194a9448b9d77f0b473c071c /src/md5sum.c | |
parent | 6a0dea3ca072d01342064f0421acc6b2c97c12f4 (diff) | |
download | coreutils-cad884a24545464cb42296834a8b5c02ee116379.tar.xz |
Don't include "quote.h" when it is not used.
* src/md5sum.c: Remove unnecessary inclusion of "quote.h".
* src/expr.c: Likewise.
* src/shred.c: Likewise.
* Makefile.maint (sc_prohibit_quote_without_use): New rule.
* src/c99-to-c89.diff: Adjust offsets.
Diffstat (limited to 'src/md5sum.c')
-rw-r--r-- | src/md5sum.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/md5sum.c b/src/md5sum.c index f637bae39..4330e85d1 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -1,5 +1,5 @@ /* Compute MD5, SHA1, SHA224, SHA256, SHA384 or SHA512 checksum of files or strings - Copyright (C) 1995-2006 Free Software Foundation, Inc. + Copyright (C) 1995-2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,7 +38,6 @@ #endif #include "getline.h" #include "error.h" -#include "quote.h" #include "stdio--.h" /* The official name of this program (e.g., no `g' prefix). */ |