From b7128c6236ac9b4d5d69ad95d509498f38df0dd6 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 11 Sep 2005 01:05:30 +0000 Subject: Cleanup patch by Bernhard Fischer, removing unnecessary includes of getopt.h, whitespace changes, typos, etc. --- coreutils/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/install.c') diff --git a/coreutils/install.c b/coreutils/install.c index e22dda6f9..74e1d9acd 100644 --- a/coreutils/install.c +++ b/coreutils/install.c @@ -23,10 +23,10 @@ #include #include #include -#include #include #include #include +#include /* struct option */ #include "busybox.h" #include "libcoreutils/coreutils.h" -- cgit v1.2.3-55-g6feb