From 519d7df930d2ac14b7a833c0255a4a5abd5a329b Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 9 Aug 2006 20:56:23 +0000 Subject: Another whack at scripts/individual. Now builds 212 applets. --- coreutils/install.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'coreutils/install.c') diff --git a/coreutils/install.c b/coreutils/install.c index f6d84c15f..d3d6a58a1 100644 --- a/coreutils/install.c +++ b/coreutils/install.c @@ -8,16 +8,10 @@ * owner/group, will probably modify bb_make_directory(...) */ -#include -#include -#include -#include -#include -#include -#include /* struct option */ - #include "busybox.h" #include "libcoreutils/coreutils.h" +#include +#include /* struct option */ #define INSTALL_OPT_CMD 1 #define INSTALL_OPT_DIRECTORY 2 -- cgit v1.2.3