diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-23 07:29:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-23 07:29:54 +0000 |
commit | 4f4e9aa8e16aaaf7dea9bb8053168316c0515626 (patch) | |
tree | 5b03381bd66c1cf756b0b2eb2a4597365cfd5db8 | |
parent | 2841d4bb915564666eb9254c458d250c63fcf4dd (diff) | |
download | coreutils-4f4e9aa8e16aaaf7dea9bb8053168316c0515626.tar.xz |
Don't include headers already included by system.h:
Don't include closeout.h.
-rw-r--r-- | src/basename.c | 1 | ||||
-rw-r--r-- | src/cat.c | 1 | ||||
-rw-r--r-- | src/chroot.c | 1 | ||||
-rw-r--r-- | src/cksum.c | 1 | ||||
-rw-r--r-- | src/comm.c | 1 | ||||
-rw-r--r-- | src/csplit.c | 1 | ||||
-rw-r--r-- | src/cut.c | 1 | ||||
-rw-r--r-- | src/date.c | 1 | ||||
-rw-r--r-- | src/dd.c | 1 | ||||
-rw-r--r-- | src/dirname.c | 1 | ||||
-rw-r--r-- | src/echo.c | 1 | ||||
-rw-r--r-- | src/env.c | 1 | ||||
-rw-r--r-- | src/expand.c | 1 | ||||
-rw-r--r-- | src/expr.c | 1 | ||||
-rw-r--r-- | src/factor.c | 1 | ||||
-rw-r--r-- | src/fmt.c | 1 | ||||
-rw-r--r-- | src/fold.c | 1 | ||||
-rw-r--r-- | src/head.c | 1 | ||||
-rw-r--r-- | src/hostid.c | 1 | ||||
-rw-r--r-- | src/hostname.c | 1 | ||||
-rw-r--r-- | src/id.c | 1 | ||||
-rw-r--r-- | src/join.c | 1 | ||||
-rw-r--r-- | src/kill.c | 1 | ||||
-rw-r--r-- | src/logname.c | 1 | ||||
-rw-r--r-- | src/md5sum.c | 1 | ||||
-rw-r--r-- | src/nice.c | 1 | ||||
-rw-r--r-- | src/nl.c | 1 | ||||
-rw-r--r-- | src/nohup.c | 1 | ||||
-rw-r--r-- | src/od.c | 1 | ||||
-rw-r--r-- | src/paste.c | 1 | ||||
-rw-r--r-- | src/pathchk.c | 1 | ||||
-rw-r--r-- | src/pinky.c | 1 | ||||
-rw-r--r-- | src/pr.c | 1 | ||||
-rw-r--r-- | src/printenv.c | 1 | ||||
-rw-r--r-- | src/printf.c | 1 | ||||
-rw-r--r-- | src/ptx.c | 1 | ||||
-rw-r--r-- | src/pwd.c | 1 | ||||
-rw-r--r-- | src/seq.c | 1 | ||||
-rw-r--r-- | src/setuidgid.c | 1 | ||||
-rw-r--r-- | src/shred.c | 1 | ||||
-rw-r--r-- | src/sleep.c | 1 | ||||
-rw-r--r-- | src/sort.c | 1 | ||||
-rw-r--r-- | src/split.c | 1 | ||||
-rw-r--r-- | src/stat.c | 1 | ||||
-rw-r--r-- | src/stty.c | 1 | ||||
-rw-r--r-- | src/su.c | 1 | ||||
-rw-r--r-- | src/sum.c | 1 | ||||
-rw-r--r-- | src/tac.c | 1 | ||||
-rw-r--r-- | src/tail.c | 1 | ||||
-rw-r--r-- | src/tee.c | 1 | ||||
-rw-r--r-- | src/test.c | 1 | ||||
-rw-r--r-- | src/tr.c | 1 | ||||
-rw-r--r-- | src/true.c | 1 | ||||
-rw-r--r-- | src/tsort.c | 1 | ||||
-rw-r--r-- | src/tty.c | 1 | ||||
-rw-r--r-- | src/uname.c | 1 | ||||
-rw-r--r-- | src/unexpand.c | 1 | ||||
-rw-r--r-- | src/uniq.c | 1 | ||||
-rw-r--r-- | src/uptime.c | 1 | ||||
-rw-r--r-- | src/users.c | 1 | ||||
-rw-r--r-- | src/wc.c | 1 | ||||
-rw-r--r-- | src/who.c | 1 | ||||
-rw-r--r-- | src/whoami.c | 1 | ||||
-rw-r--r-- | src/yes.c | 1 |
64 files changed, 0 insertions, 64 deletions
diff --git a/src/basename.c b/src/basename.c index f76defb91..805ee25ca 100644 --- a/src/basename.c +++ b/src/basename.c @@ -33,7 +33,6 @@ #include "long-options.h" #include "dirname.h" #include "error.h" -#include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "basename" @@ -31,7 +31,6 @@ # include <sys/ioctl.h> #endif #include "system.h" -#include "closeout.h" #include "error.h" #include "full-write.h" #include "safe-read.h" diff --git a/src/chroot.c b/src/chroot.c index 8be5fe6a0..78836c8a5 100644 --- a/src/chroot.c +++ b/src/chroot.c @@ -24,7 +24,6 @@ #include "system.h" #include "long-options.h" #include "error.h" -#include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "chroot" diff --git a/src/cksum.c b/src/cksum.c index 7291ad437..4d0fec187 100644 --- a/src/cksum.c +++ b/src/cksum.c @@ -117,7 +117,6 @@ main (void) #else /* !CRCTAB */ # include <getopt.h> -# include "closeout.h" # include "long-options.h" # include "error.h" # include "inttostr.h" diff --git a/src/comm.c b/src/comm.c index 26716dfc1..efa5ee431 100644 --- a/src/comm.c +++ b/src/comm.c @@ -23,7 +23,6 @@ #include <getopt.h> #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "linebuffer.h" #include "error.h" #include "hard-locale.h" diff --git a/src/csplit.c b/src/csplit.c index e17b4a7b9..e6bdb558c 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -26,7 +26,6 @@ #include <signal.h> #include "system.h" -#include "closeout.h" #include <regex.h> @@ -30,7 +30,6 @@ #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "error.h" #include "getdelim2.h" #include "hash.h" diff --git a/src/date.c b/src/date.c index 8f52f3708..d77d8ca48 100644 --- a/src/date.c +++ b/src/date.c @@ -27,7 +27,6 @@ #include "system.h" #include "argmatch.h" -#include "closeout.h" #include "error.h" #include "exitfail.h" #include "getdate.h" @@ -27,7 +27,6 @@ #include <getopt.h> #include "system.h" -#include "closeout.h" #include "error.h" #include "full-write.h" #include "getpagesize.h" diff --git a/src/dirname.c b/src/dirname.c index 5670ec6c2..ec4e353f7 100644 --- a/src/dirname.c +++ b/src/dirname.c @@ -25,7 +25,6 @@ #include "long-options.h" #include "error.h" #include "dirname.h" -#include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "dirname" diff --git a/src/echo.c b/src/echo.c index 9ce8547ad..e1629a638 100644 --- a/src/echo.c +++ b/src/echo.c @@ -19,7 +19,6 @@ #include <stdio.h> #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "long-options.h" /* The official name of this program (e.g., no `g' prefix). */ @@ -85,7 +85,6 @@ #include "system.h" #include "error.h" -#include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "env" diff --git a/src/expand.c b/src/expand.c index 1cc7f754b..fcd35429b 100644 --- a/src/expand.c +++ b/src/expand.c @@ -39,7 +39,6 @@ #include <getopt.h> #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "error.h" #include "posixver.h" #include "quote.h" diff --git a/src/expr.c b/src/expr.c index c7f81db3f..b6132755a 100644 --- a/src/expr.c +++ b/src/expr.c @@ -36,7 +36,6 @@ #include <regex.h> #include "long-options.h" #include "error.h" -#include "closeout.h" #include "exitfail.h" #include "inttostr.h" #include "quotearg.h" diff --git a/src/factor.c b/src/factor.c index 6c01d3964..c364781a1 100644 --- a/src/factor.c +++ b/src/factor.c @@ -26,7 +26,6 @@ #define NDEBUG 1 #include "system.h" -#include "closeout.h" #include "error.h" #include "inttostr.h" #include "long-options.h" @@ -27,7 +27,6 @@ #define word unused_word_type #include "system.h" -#include "closeout.h" #include "error.h" #include "quote.h" #include "xstrtol.h" diff --git a/src/fold.c b/src/fold.c index 5787810ad..8caed2f9e 100644 --- a/src/fold.c +++ b/src/fold.c @@ -24,7 +24,6 @@ #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "error.h" #include "posixver.h" #include "xstrtol.h" diff --git a/src/head.c b/src/head.c index 4028d85da..3d8103f85 100644 --- a/src/head.c +++ b/src/head.c @@ -32,7 +32,6 @@ #include "system.h" -#include "closeout.h" #include "error.h" #include "full-write.h" #include "full-read.h" diff --git a/src/hostid.c b/src/hostid.c index a0ea77be8..3119aadff 100644 --- a/src/hostid.c +++ b/src/hostid.c @@ -22,7 +22,6 @@ #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "long-options.h" #include "error.h" diff --git a/src/hostname.c b/src/hostname.c index 540310115..8f97a7aff 100644 --- a/src/hostname.c +++ b/src/hostname.c @@ -22,7 +22,6 @@ #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "long-options.h" #include "error.h" @@ -28,7 +28,6 @@ #include "system.h" #include "error.h" -#include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "id" diff --git a/src/join.c b/src/join.c index f6d9b06a0..554df88fd 100644 --- a/src/join.c +++ b/src/join.c @@ -25,7 +25,6 @@ #include <getopt.h> #include "system.h" -#include "closeout.h" #include "error.h" #include "hard-locale.h" #include "linebuffer.h" diff --git a/src/kill.c b/src/kill.c index 2808305f3..7f3ecb14b 100644 --- a/src/kill.c +++ b/src/kill.c @@ -34,7 +34,6 @@ #endif #include "system.h" -#include "closeout.h" #include "error.h" #include "sig2str.h" diff --git a/src/logname.c b/src/logname.c index 52c3baae3..4ff863924 100644 --- a/src/logname.c +++ b/src/logname.c @@ -21,7 +21,6 @@ #include <getopt.h> #include "system.h" -#include "closeout.h" #include "error.h" #include "long-options.h" diff --git a/src/md5sum.c b/src/md5sum.c index 43c1ef79f..247302021 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -29,7 +29,6 @@ #include "sha.h" #include "checksum.h" #include "getline.h" -#include "closeout.h" #include "error.h" /* The official name of this program (e.g., no `g' prefix). */ diff --git a/src/nice.c b/src/nice.c index b05b6cc41..6270b8b7c 100644 --- a/src/nice.c +++ b/src/nice.c @@ -29,7 +29,6 @@ #endif #include "system.h" -#include "closeout.h" #include "error.h" #include "long-options.h" #include "posixver.h" @@ -25,7 +25,6 @@ #include <getopt.h> #include "system.h" -#include "closeout.h" #include <regex.h> diff --git a/src/nohup.c b/src/nohup.c index eee2ca099..9a7221f8c 100644 --- a/src/nohup.c +++ b/src/nohup.c @@ -24,7 +24,6 @@ #include "system.h" -#include "closeout.h" #include "error.h" #include "long-options.h" #include "path-concat.h" @@ -24,7 +24,6 @@ #include <getopt.h> #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "error.h" #include "posixver.h" #include "xstrtol.h" diff --git a/src/paste.c b/src/paste.c index 3ce91f066..dfc46cafc 100644 --- a/src/paste.c +++ b/src/paste.c @@ -41,7 +41,6 @@ #include <getopt.h> #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "error.h" /* The official name of this program (e.g., no `g' prefix). */ diff --git a/src/pathchk.c b/src/pathchk.c index 728a0af09..4a8064bef 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -46,7 +46,6 @@ #include "system.h" #include "error.h" #include "long-options.h" -#include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "pathchk" diff --git a/src/pinky.c b/src/pinky.c index ce5e03bfe..827112a2a 100644 --- a/src/pinky.c +++ b/src/pinky.c @@ -27,7 +27,6 @@ #include "error.h" #include "readutmp.h" -#include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "pinky" @@ -315,7 +315,6 @@ #include <getopt.h> #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "error.h" #include "mbswidth.h" #include "posixver.h" diff --git a/src/printenv.c b/src/printenv.c index f1aa79ffd..0ad821b08 100644 --- a/src/printenv.c +++ b/src/printenv.c @@ -33,7 +33,6 @@ #include <getopt.h> #include "system.h" -#include "closeout.h" #include "error.h" #include "exitfail.h" #include "long-options.h" diff --git a/src/printf.c b/src/printf.c index 361334acc..97b7d9762 100644 --- a/src/printf.c +++ b/src/printf.c @@ -54,7 +54,6 @@ #include "system.h" #include "long-options.h" #include "error.h" -#include "closeout.h" #include "unicodeio.h" /* The official name of this program (e.g., no `g' prefix). */ @@ -24,7 +24,6 @@ #include <getopt.h> #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "argmatch.h" #include "bumpalloc.h" #include "diacrit.h" @@ -22,7 +22,6 @@ #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "long-options.h" #include "error.h" #include "xgetcwd.h" @@ -24,7 +24,6 @@ #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "error.h" #include "xstrtol.h" #include "xstrtod.h" diff --git a/src/setuidgid.c b/src/setuidgid.c index 6bf84d117..9a4354153 100644 --- a/src/setuidgid.c +++ b/src/setuidgid.c @@ -25,7 +25,6 @@ #include "system.h" -#include "closeout.h" #include "error.h" #include "long-options.h" #include "quote.h" diff --git a/src/shred.c b/src/shred.c index 5060c9a46..9453cb30c 100644 --- a/src/shred.c +++ b/src/shred.c @@ -104,7 +104,6 @@ #include "system.h" #include "xstrtol.h" -#include "closeout.h" #include "error.h" #include "human.h" #include "inttostr.h" diff --git a/src/sleep.c b/src/sleep.c index 6050f0fde..5a4bd3d57 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -22,7 +22,6 @@ #include <getopt.h> #include "system.h" -#include "closeout.h" #include "error.h" #include "long-options.h" #include "xnanosleep.h" diff --git a/src/sort.c b/src/sort.c index 631675924..76f3c73f4 100644 --- a/src/sort.c +++ b/src/sort.c @@ -29,7 +29,6 @@ #include <stdio.h> #include <assert.h> #include "system.h" -#include "closeout.h" #include "error.h" #include "exitfail.h" #include "hard-locale.h" diff --git a/src/split.c b/src/split.c index c70e53a0e..499f7c46b 100644 --- a/src/split.c +++ b/src/split.c @@ -28,7 +28,6 @@ #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "dirname.h" #include "error.h" #include "full-read.h" diff --git a/src/stat.c b/src/stat.c index f44ae8925..ace2b6936 100644 --- a/src/stat.c +++ b/src/stat.c @@ -44,7 +44,6 @@ #include "system.h" -#include "closeout.h" #include "error.h" #include "filemode.h" #include "file-type.h" diff --git a/src/stty.c b/src/stty.c index 70fe34f89..71e0eb3fa 100644 --- a/src/stty.c +++ b/src/stty.c @@ -59,7 +59,6 @@ #include "long-options.h" #include "error.h" #include "xstrtol.h" -#include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "stty" @@ -82,7 +82,6 @@ #define getusershell _getusershell_sys_proto_ #include "system.h" -#include "closeout.h" #include "dirname.h" #undef getusershell @@ -25,7 +25,6 @@ #include <sys/types.h> #include <getopt.h> #include "system.h" -#include "closeout.h" #include "error.h" #include "human.h" #include "safe-read.h" @@ -41,7 +41,6 @@ tac -r -s '.\| #include <getopt.h> #include <sys/types.h> #include "system.h" -#include "closeout.h" #include <regex.h> diff --git a/src/tail.c b/src/tail.c index 9d8468b64..934e805e4 100644 --- a/src/tail.c +++ b/src/tail.c @@ -32,7 +32,6 @@ #include <signal.h> #include "system.h" -#include "closeout.h" #include "argmatch.h" #include "error.h" #include "inttostr.h" @@ -24,7 +24,6 @@ #include <getopt.h> #include "system.h" -#include "closeout.h" #include "error.h" /* The official name of this program (e.g., no `g' prefix). */ diff --git a/src/test.c b/src/test.c index 6c9eaf0ff..95cff6ebf 100644 --- a/src/test.c +++ b/src/test.c @@ -963,7 +963,6 @@ posixtest (void) #if defined (TEST_STANDALONE) # include "long-options.h" -# include "closeout.h" void usage (int status) @@ -25,7 +25,6 @@ #include <getopt.h> #include "system.h" -#include "closeout.h" #include "error.h" #include "safe-read.h" #include "xstrtol.h" diff --git a/src/true.c b/src/true.c index 5c5ab22c1..d7468ac3b 100644 --- a/src/true.c +++ b/src/true.c @@ -20,7 +20,6 @@ #include <sys/types.h> #include "system.h" #include "version-etc.h" -#include "closeout.h" #define PROGRAM_NAME "true" #define AUTHORS "Jim Meyering" diff --git a/src/tsort.c b/src/tsort.c index 57421a522..a66d37ba4 100644 --- a/src/tsort.c +++ b/src/tsort.c @@ -29,7 +29,6 @@ #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "long-options.h" #include "error.h" #include "readtokens.h" @@ -28,7 +28,6 @@ #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "exitfail.h" #include "error.h" diff --git a/src/uname.c b/src/uname.c index 0d81a1434..47f9ff45c 100644 --- a/src/uname.c +++ b/src/uname.c @@ -46,7 +46,6 @@ #include "system.h" #include "error.h" -#include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "uname" diff --git a/src/unexpand.c b/src/unexpand.c index 423f43b2b..89cac644f 100644 --- a/src/unexpand.c +++ b/src/unexpand.c @@ -41,7 +41,6 @@ #include <getopt.h> #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "error.h" #include "posixver.h" diff --git a/src/uniq.c b/src/uniq.c index 86721c43a..9555d6c86 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -24,7 +24,6 @@ #include <sys/types.h> #include "system.h" -#include "closeout.h" #include "argmatch.h" #include "linebuffer.h" #include "error.h" diff --git a/src/uptime.c b/src/uptime.c index 934b1b8a4..c987a2a32 100644 --- a/src/uptime.c +++ b/src/uptime.c @@ -31,7 +31,6 @@ #include "error.h" #include "long-options.h" #include "readutmp.h" -#include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "uptime" diff --git a/src/users.c b/src/users.c index bee2ff36d..6ef4396c0 100644 --- a/src/users.c +++ b/src/users.c @@ -27,7 +27,6 @@ #include "error.h" #include "long-options.h" #include "readutmp.h" -#include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "users" @@ -46,7 +46,6 @@ redefining and using it. */ #include "system.h" -#include "closeout.h" #include "error.h" #include "inttostr.h" #include "safe-read.h" @@ -33,7 +33,6 @@ #include "readutmp.h" #include "error.h" -#include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "who" diff --git a/src/whoami.c b/src/whoami.c index 7a5121a89..019379e87 100644 --- a/src/whoami.c +++ b/src/whoami.c @@ -26,7 +26,6 @@ #include "system.h" #include "long-options.h" -#include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "whoami" @@ -24,7 +24,6 @@ #include "system.h" -#include "closeout.h" #include "error.h" #include "long-options.h" |