From 88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 10 Aug 2000 17:59:11 +0000 Subject: Some #include updates. -Erik --- coreutils/date.c | 1 + coreutils/df.c | 1 - coreutils/ls.c | 1 - coreutils/mkfifo.c | 1 - coreutils/mknod.c | 1 - coreutils/printf.c | 1 - coreutils/tail.c | 1 - coreutils/test.c | 1 - coreutils/touch.c | 1 - 9 files changed, 1 insertion(+), 8 deletions(-) (limited to 'coreutils') diff --git a/coreutils/date.c b/coreutils/date.c index e0f0f3129..571a55625 100644 --- a/coreutils/date.c +++ b/coreutils/date.c @@ -31,6 +31,7 @@ #include #include #include +#include /* This 'date' command supports only 2 time setting formats, diff --git a/coreutils/df.c b/coreutils/df.c index 714c79965..d8f8b7739 100644 --- a/coreutils/df.c +++ b/coreutils/df.c @@ -25,7 +25,6 @@ #include "internal.h" #include #include -#include #include extern const char mtab_file[]; /* Defined in utility.c */ diff --git a/coreutils/ls.c b/coreutils/ls.c index e56e3bcfb..d7455f427 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c @@ -50,7 +50,6 @@ #include "internal.h" # include -#include #include #include #include diff --git a/coreutils/mkfifo.c b/coreutils/mkfifo.c index 3db17bbbc..5d4126ac0 100644 --- a/coreutils/mkfifo.c +++ b/coreutils/mkfifo.c @@ -23,7 +23,6 @@ #include "internal.h" #include #include -#include #include extern int mkfifo_main(int argc, char **argv) diff --git a/coreutils/mknod.c b/coreutils/mknod.c index b51c8f3e3..b815aa198 100644 --- a/coreutils/mknod.c +++ b/coreutils/mknod.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include diff --git a/coreutils/printf.c b/coreutils/printf.c index 6a87fc319..94b809348 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c @@ -51,7 +51,6 @@ #include #include #include -#include #include #include #include diff --git a/coreutils/tail.c b/coreutils/tail.c index 627373bfd..6c4a6f468 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c @@ -32,7 +32,6 @@ */ #include -#include #include #include #include diff --git a/coreutils/test.c b/coreutils/test.c index 818b3db12..6dde718c7 100644 --- a/coreutils/test.c +++ b/coreutils/test.c @@ -33,7 +33,6 @@ #include "internal.h" #include -#include #include #include #include diff --git a/coreutils/touch.c b/coreutils/touch.c index afdd265f7..464aedb55 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.c @@ -25,7 +25,6 @@ #include "internal.h" #include #include -#include #include #include #include -- cgit v1.2.3