]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't include headers already included by system.h:
authorJim Meyering <jim@meyering.net>
Wed, 23 Jul 2003 07:29:54 +0000 (07:29 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 23 Jul 2003 07:29:54 +0000 (07:29 +0000)
Don't include closeout.h.

64 files changed:
src/basename.c
src/cat.c
src/chroot.c
src/cksum.c
src/comm.c
src/csplit.c
src/cut.c
src/date.c
src/dd.c
src/dirname.c
src/echo.c
src/env.c
src/expand.c
src/expr.c
src/factor.c
src/fmt.c
src/fold.c
src/head.c
src/hostid.c
src/hostname.c
src/id.c
src/join.c
src/kill.c
src/logname.c
src/md5sum.c
src/nice.c
src/nl.c
src/nohup.c
src/od.c
src/paste.c
src/pathchk.c
src/pinky.c
src/pr.c
src/printenv.c
src/printf.c
src/ptx.c
src/pwd.c
src/seq.c
src/setuidgid.c
src/shred.c
src/sleep.c
src/sort.c
src/split.c
src/stat.c
src/stty.c
src/su.c
src/sum.c
src/tac.c
src/tail.c
src/tee.c
src/test.c
src/tr.c
src/true.c
src/tsort.c
src/tty.c
src/uname.c
src/unexpand.c
src/uniq.c
src/uptime.c
src/users.c
src/wc.c
src/who.c
src/whoami.c
src/yes.c

index f76defb91b00c5418c67d3b9a5d8d926e258e410..805ee25caa24f0aea6d5deeb74ed0c2d9d7782e1 100644 (file)
@@ -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"
index a13b9f99e377a3fb89c699b16958a1beaf79927f..cf0a90016a4e3dc8f393b35785edbd21c97c10d0 100644 (file)
--- a/src/cat.c
+++ b/src/cat.c
@@ -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"
index 8be5fe6a0a049c0e4e0b111c707a00ac7add8c1e..78836c8a5a6ff145324014920d7722ff759ac56e 100644 (file)
@@ -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"
index 7291ad4370446e037cf19d5278d1a96c77a0706b..4d0fec187d8b984c5a1048d167d1ed2285894262 100644 (file)
@@ -117,7 +117,6 @@ main (void)
 #else /* !CRCTAB */
 
 # include <getopt.h>
-# include "closeout.h"
 # include "long-options.h"
 # include "error.h"
 # include "inttostr.h"
index 26716dfc19d9c369520bf2a8e568dc8a4ec2d88a..efa5ee4313dbc1e86d2519a87e9b34d0830e704a 100644 (file)
@@ -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"
index e17b4a7b930d77731c4d27430d8432d8ff2b3a68..e6bdb558c5a37be2a5aac21e47caa1d17cdb0a14 100644 (file)
@@ -26,7 +26,6 @@
 #include <signal.h>
 
 #include "system.h"
-#include "closeout.h"
 
 #include <regex.h>
 
index bd2a3e098fced6f29c121dd007b40ea34fb95cb2..f14eea890d539ec2061c9c6c938533e781f15751 100644 (file)
--- a/src/cut.c
+++ b/src/cut.c
@@ -30,7 +30,6 @@
 #include <sys/types.h>
 #include "system.h"
 
-#include "closeout.h"
 #include "error.h"
 #include "getdelim2.h"
 #include "hash.h"
index 8f52f3708d411c74a18af7426103310e337d0922..d77d8ca48d9b448e9d683fe622231053b76f9cd9 100644 (file)
@@ -27,7 +27,6 @@
 
 #include "system.h"
 #include "argmatch.h"
-#include "closeout.h"
 #include "error.h"
 #include "exitfail.h"
 #include "getdate.h"
index ee4ea68c5ab9d3550a68cd21283e539dafb76104..9977592014a2690ef19d07c3b9a60ea0b389663b 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -27,7 +27,6 @@
 #include <getopt.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "error.h"
 #include "full-write.h"
 #include "getpagesize.h"
index 5670ec6c2d610085aa1bc9eebce8ce66578348ab..ec4e353f791e0d725441d0e82a879dc839b7b5ca 100644 (file)
@@ -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"
index 9ce8547ad7b7be47889c229bdd797c6388ff20d7..e1629a638c98c8815fcffe935d68df46e649f609 100644 (file)
@@ -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).  */
index 27414a288881ff035a7a711212a0818ac3d0dca2..440ec8fb3d235dfd30819a605bc3b7bb212642c4 100644 (file)
--- a/src/env.c
+++ b/src/env.c
@@ -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"
index 1cc7f754b331e7ed9ebfc063e0f841744b150e90..fcd35429bb63ac186260b8b82e934f7b2de1235f 100644 (file)
@@ -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"
index c7f81db3fa3217df8eda383db153104aeacf852b..b6132755a3075c4388f67c4c13795a8b4bb60ab8 100644 (file)
@@ -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"
index 6c01d39647bb9b5881298e35481b250814688043..c364781a1dcaeb91fceedfb74175998f1bcba2b5 100644 (file)
@@ -26,7 +26,6 @@
 #define NDEBUG 1
 
 #include "system.h"
-#include "closeout.h"
 #include "error.h"
 #include "inttostr.h"
 #include "long-options.h"
index a263b1a3e6106f862a12228f7d59919728b0c222..aa188d65d323211be6e40f06b426eec18fd06ca0 100644 (file)
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -27,7 +27,6 @@
 #define word unused_word_type
 
 #include "system.h"
-#include "closeout.h"
 #include "error.h"
 #include "quote.h"
 #include "xstrtol.h"
index 5787810ad65e28d773a94d21e8dd6e3d4cf2ec22..8caed2f9e5fd7aa571fc7970d1b827e5003cada0 100644 (file)
@@ -24,7 +24,6 @@
 #include <sys/types.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "error.h"
 #include "posixver.h"
 #include "xstrtol.h"
index 4028d85da48a6a40281e9b9d2f6d7969b42f6456..3d8103f8536a73caf9a69b4135cdda393f10bb5f 100644 (file)
@@ -32,7 +32,6 @@
 
 #include "system.h"
 
-#include "closeout.h"
 #include "error.h"
 #include "full-write.h"
 #include "full-read.h"
index a0ea77be8a40272a8378057214815c8293c193cf..3119aadff8023dc5602353b57c93ab8fe39f4689 100644 (file)
@@ -22,7 +22,6 @@
 #include <sys/types.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "long-options.h"
 #include "error.h"
 
index 540310115eeae1caac247821469f07bbca46ca39..8f97a7affaad59ff9b4fe696ceb55e6a06fc9a48 100644 (file)
@@ -22,7 +22,6 @@
 #include <sys/types.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "long-options.h"
 #include "error.h"
 
index d0c3aa2a5f851226bcd0f8c918238e45c2489107..2880928d6f946344bbfc057c3a76acf896e0e6e0 100644 (file)
--- a/src/id.c
+++ b/src/id.c
@@ -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"
index f6d9b06a0d4e6d1120d4f9cfcdefd61f49348c69..554df88fdc2cb7ef5c2c8dfcff013ac8407bde79 100644 (file)
@@ -25,7 +25,6 @@
 #include <getopt.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "error.h"
 #include "hard-locale.h"
 #include "linebuffer.h"
index 2808305f3012808f734dd4b7cc6399514f10ff6e..7f3ecb14b6826f9010ccf274def063997c7ae1b3 100644 (file)
@@ -34,7 +34,6 @@
 #endif
 
 #include "system.h"
-#include "closeout.h"
 #include "error.h"
 #include "sig2str.h"
 
index 52c3baae37467513809d9f3c229b8a26eff5adf2..4ff86392422cefdc194c30d8016ed1f15376962c 100644 (file)
@@ -21,7 +21,6 @@
 #include <getopt.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "error.h"
 #include "long-options.h"
 
index 43c1ef79f555ddf5d13e6b59410cc823fc637353..247302021777807405a8b3e98c2764a9944336ac 100644 (file)
@@ -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).  */
index b05b6cc41b01ff064a061b07f24b7b3113c40dd4..6270b8b7c7ef4796752a83b34c293e21ba311bbd 100644 (file)
@@ -29,7 +29,6 @@
 #endif
 
 #include "system.h"
-#include "closeout.h"
 #include "error.h"
 #include "long-options.h"
 #include "posixver.h"
index 4f372d0d8fe43fe799c5193f0ba61a372c1932fd..befbc0e4d1dbab0011222f893ed3d56b3ad7190b 100644 (file)
--- a/src/nl.c
+++ b/src/nl.c
@@ -25,7 +25,6 @@
 #include <getopt.h>
 
 #include "system.h"
-#include "closeout.h"
 
 #include <regex.h>
 
index eee2ca09995ad28ac6353489ebcba1301d44d7d5..9a7221f8c07a22a4c6a4d12718b51cc1755a5230 100644 (file)
@@ -24,7 +24,6 @@
 
 #include "system.h"
 
-#include "closeout.h"
 #include "error.h"
 #include "long-options.h"
 #include "path-concat.h"
index 08620a93f1b6132187d4cfbc92eca45e986d5e0b..710786e0f4a036f5bafa33160e679dce609bc6d4 100644 (file)
--- a/src/od.c
+++ b/src/od.c
@@ -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"
index 3ce91f06626d8ccd1e7a033991695b481d845e1d..dfc46cafc2fe2af4fa5275452159e9063bcf70ec 100644 (file)
@@ -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).  */
index 728a0af0945d22c3e371290f402d09502ef12d5a..4a8064befb5e50197a4b046dd401a44f7f9216cc 100644 (file)
@@ -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"
index ce5e03bfe7420ade0e88b78eb35dff8669b60ceb..827112a2a0b5ade84b5861f90167021b0a8e8a7b 100644 (file)
@@ -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"
index fba74ce377d247d83f3a54becb79cf1ebdef9eae..e6883bbbe85b5916e3c5f69895a3ea77c64d5991 100644 (file)
--- a/src/pr.c
+++ b/src/pr.c
 #include <getopt.h>
 #include <sys/types.h>
 #include "system.h"
-#include "closeout.h"
 #include "error.h"
 #include "mbswidth.h"
 #include "posixver.h"
index f1aa79ffd56ecdb58c73712e48af49e2165e30ef..0ad821b08df24024f154e62d2c4e10a2c6f64e41 100644 (file)
@@ -33,7 +33,6 @@
 #include <getopt.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "error.h"
 #include "exitfail.h"
 #include "long-options.h"
index 361334acc55770424869a37f7a442f253b9c1dec..97b7d97621343f976fb54f0402b0481e7d976d39 100644 (file)
@@ -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).  */
index 92252cdb85436a5732ae705648783fdba1cb7269..614ec50f273fbaa56a2a7745929409016d9f164c 100644 (file)
--- a/src/ptx.c
+++ b/src/ptx.c
@@ -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"
index 7d828f79facf0e1b430891a9ac5703594b4403ae..c4be503d886cf0fde3e411d9fe82bd8cba801422 100644 (file)
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -22,7 +22,6 @@
 #include <sys/types.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "long-options.h"
 #include "error.h"
 #include "xgetcwd.h"
index cae6276c45b7dd208a092f16b2772e45fcae18fe..b073c3c01aa322fbf6033864d31429f638b4b37f 100644 (file)
--- a/src/seq.c
+++ b/src/seq.c
@@ -24,7 +24,6 @@
 #include <sys/types.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "error.h"
 #include "xstrtol.h"
 #include "xstrtod.h"
index 6bf84d11763c50dcf6b8173a59b36eea6643cf1b..9a4354153cc6ce5a724cbc0d214064f2dfbc67da 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "system.h"
 
-#include "closeout.h"
 #include "error.h"
 #include "long-options.h"
 #include "quote.h"
index 5060c9a4612a74eb684ccce5f79ceee953ce5558..9453cb30cf157040021b18b0cb2ed5cc620ea4de 100644 (file)
 
 #include "system.h"
 #include "xstrtol.h"
-#include "closeout.h"
 #include "error.h"
 #include "human.h"
 #include "inttostr.h"
index 6050f0fde13760dc807eabe589ce05a4a5c4a9a4..5a4bd3d57319c596ac32f9e0195467be10b28469 100644 (file)
@@ -22,7 +22,6 @@
 #include <getopt.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "error.h"
 #include "long-options.h"
 #include "xnanosleep.h"
index 631675924974f66a6db6e930648671be6f5c09f0..76f3c73f41de9bc70839bf711ce8e1ea9568cd77 100644 (file)
@@ -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"
index c70e53a0e86b405532071fb7f7634f8bf0ec3109..499f7c46bca7ae3635532c73f279197db9c61215 100644 (file)
@@ -28,7 +28,6 @@
 #include <sys/types.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "dirname.h"
 #include "error.h"
 #include "full-read.h"
index f44ae8925b895720a764b27626a20896b8a51ef2..ace2b6936d597c060e916b17f97f4bccb5eab265 100644 (file)
@@ -44,7 +44,6 @@
 
 #include "system.h"
 
-#include "closeout.h"
 #include "error.h"
 #include "filemode.h"
 #include "file-type.h"
index 70fe34f89396f3aef608bb91452edffae9341c3a..71e0eb3fa22e8a323370108df5b4ba467a4c7f61 100644 (file)
@@ -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"
index 232103921410e66f9f8ee901be77fcc8ff232e15..3bcc87abde26a0ee51fc2e4db57da6a98f2500c2 100644 (file)
--- a/src/su.c
+++ b/src/su.c
@@ -82,7 +82,6 @@
 #define getusershell _getusershell_sys_proto_
 
 #include "system.h"
-#include "closeout.h"
 #include "dirname.h"
 
 #undef getusershell
index 06bfdb3d1ef655d72e660b24645ae57606ab632a..9abd4f3f0ba75d9348c39ff170b718445ea9e60c 100644 (file)
--- a/src/sum.c
+++ b/src/sum.c
@@ -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"
index 7a366ec6f3fc514c33b51b385719017ff4f1b7f6..4567e8705d3abd6649ff5de86e16a2be99770d5c 100644 (file)
--- a/src/tac.c
+++ b/src/tac.c
@@ -41,7 +41,6 @@ tac -r -s '.\|
 #include <getopt.h>
 #include <sys/types.h>
 #include "system.h"
-#include "closeout.h"
 
 #include <regex.h>
 
index 9d8468b647347ba17a93868fc3a0a7aa349f2f64..934e805e479c6d15e0c2308d6b63e07a492dda3f 100644 (file)
@@ -32,7 +32,6 @@
 #include <signal.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "argmatch.h"
 #include "error.h"
 #include "inttostr.h"
index 2caf59991e5894f316db923ba7b3ebabd3e72b67..4ec399b8522cf84c7cf8b15f846c59c576f15669 100644 (file)
--- a/src/tee.c
+++ b/src/tee.c
@@ -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).  */
index 6c9eaf0ffe58d91300bb6908b5758bfd62b5400b..95cff6ebf835fd0bcc3174dbce7415c79632d35e 100644 (file)
@@ -963,7 +963,6 @@ posixtest (void)
 
 #if defined (TEST_STANDALONE)
 # include "long-options.h"
-# include "closeout.h"
 
 void
 usage (int status)
index 27f6a4a4c7664df1eef548fc10ba703cf800f8db..5722b4bbdf697582a7cd62e63914a832149e6dff 100644 (file)
--- a/src/tr.c
+++ b/src/tr.c
@@ -25,7 +25,6 @@
 #include <getopt.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "error.h"
 #include "safe-read.h"
 #include "xstrtol.h"
index 5c5ab22c11cbca9f0cc9727f780853e341ec2791..d7468ac3b4292a6cf0f6c7c7fd3511eff855ea3d 100644 (file)
@@ -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"
index 57421a522b8f17f14f137a09d2adb51592793cad..a66d37ba42b7d421fc996fd9181eed961342b018 100644 (file)
@@ -29,7 +29,6 @@
 #include <sys/types.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "long-options.h"
 #include "error.h"
 #include "readtokens.h"
index 555fe19cfb10dc4cb7d60c3d902d43b8bd68d87e..076ac15d78f005a6cd4f7453ef653d2fbb30aa50 100644 (file)
--- a/src/tty.c
+++ b/src/tty.c
@@ -28,7 +28,6 @@
 #include <sys/types.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "exitfail.h"
 #include "error.h"
 
index 0d81a14345c3fd1d2d6bd9edd711b9c14b551540..47f9ff45ca5baf49769e436a87d8de5663e1f2ae 100644 (file)
@@ -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"
index 423f43b2bc9934cb469dcc4a4be2b5e8de18a915..89cac644fc041256a4d0dc764fc9bd98497c5416 100644 (file)
@@ -41,7 +41,6 @@
 #include <getopt.h>
 #include <sys/types.h>
 #include "system.h"
-#include "closeout.h"
 #include "error.h"
 #include "posixver.h"
 
index 86721c43a94fd54ec37b17b9f2dddf3f57311f95..9555d6c86daf5731def28907a81692f01586edf9 100644 (file)
@@ -24,7 +24,6 @@
 #include <sys/types.h>
 
 #include "system.h"
-#include "closeout.h"
 #include "argmatch.h"
 #include "linebuffer.h"
 #include "error.h"
index 934b1b8a47ba069b309b7617461ed94caa9d5e9f..c987a2a32cea96f5d03aab3f08a98bf0e9fabf77 100644 (file)
@@ -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"
index bee2ff36d8af83cdbef0fcff4e6268a8c3ceabe0..6ef4396c0176f2d7d543da798df7f50666450e91 100644 (file)
@@ -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"
index 1ddd71105f0b642f2455e183f2c98625c0e47eb1..8593c11845f20104e3c36d0bb55e64675aa355a2 100644 (file)
--- a/src/wc.c
+++ b/src/wc.c
@@ -46,7 +46,6 @@
    redefining and using it. */
 #include "system.h"
 
-#include "closeout.h"
 #include "error.h"
 #include "inttostr.h"
 #include "safe-read.h"
index 2094d41bb30dcdc93d11c5025a49edb4bb80ab09..a3bb7d2efa64f4f9ac91d0720eb0d897b31b4b7d 100644 (file)
--- a/src/who.c
+++ b/src/who.c
@@ -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"
index 7a5121a893b855c5b0bd772d31ce1b536f08f20a..019379e87aac83de5e0ae8b8337f8682ed320452 100644 (file)
@@ -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"
index 34fceb729e4bc4d1a4b1f8ebf00c5fe06f4c239a..f2e37ce8e9f0d3d75b14f028149ce43db7662fe6 100644 (file)
--- a/src/yes.c
+++ b/src/yes.c
@@ -24,7 +24,6 @@
 
 #include "system.h"
 
-#include "closeout.h"
 #include "error.h"
 #include "long-options.h"