From 9a7d38fe2448617df98ecaea7dbe6f3131088586 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 31 May 2007 22:42:12 +0000 Subject: delete tons of extra #includes --- coreutils/df.c | 4 ---- coreutils/id.c | 3 --- coreutils/libcoreutils/getopt_mk_fifo_nod.c | 5 +---- coreutils/printenv.c | 3 --- coreutils/uname.c | 6 ------ 5 files changed, 1 insertion(+), 20 deletions(-) (limited to 'coreutils') diff --git a/coreutils/df.c b/coreutils/df.c index d455d27f6..82730806e 100644 --- a/coreutils/df.c +++ b/coreutils/df.c @@ -18,10 +18,6 @@ * the command line. Properly round *-blocks, Used, and Available quantities. */ -#include -#include -#include -#include #include #include #include "libbb.h" diff --git a/coreutils/id.c b/coreutils/id.c index 064bd29d9..9dd5b48d3 100644 --- a/coreutils/id.c +++ b/coreutils/id.c @@ -14,9 +14,6 @@ */ #include "libbb.h" -#include -#include -#include #define PRINT_REAL 1 #define NAME_NOT_NUMBER 2 diff --git a/coreutils/libcoreutils/getopt_mk_fifo_nod.c b/coreutils/libcoreutils/getopt_mk_fifo_nod.c index 32fa9bede..5065c3886 100644 --- a/coreutils/libcoreutils/getopt_mk_fifo_nod.c +++ b/coreutils/libcoreutils/getopt_mk_fifo_nod.c @@ -20,11 +20,8 @@ * */ -#include -#include -#include #include "libbb.h" -#include "coreutils.h" +//#include "coreutils.h" mode_t getopt_mk_fifo_nod(int argc, char **argv) { diff --git a/coreutils/printenv.c b/coreutils/printenv.c index 0e69ff217..2531d5a23 100644 --- a/coreutils/printenv.c +++ b/coreutils/printenv.c @@ -8,9 +8,6 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include -#include -#include #include "libbb.h" extern char **environ; diff --git a/coreutils/uname.c b/coreutils/uname.c index d4188cdae..a934c15f4 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c @@ -30,12 +30,6 @@ * Now does proper error checking on i/o. Plus some further space savings. */ -#include -#include -#include -#include -#include -#include #include #include "libbb.h" -- cgit v1.2.3