From 802d9007472de0b933d195c4f745a7b78b09f7d8 Mon Sep 17 00:00:00 2001 From: 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. git-svn-id: svn://busybox.net/trunk/busybox@11422 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- 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