diff options
Diffstat (limited to 'coreutils/install.c')
-rw-r--r-- | coreutils/install.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/coreutils/install.c b/coreutils/install.c index 4adcadb..0b5eda0 100644 --- a/coreutils/install.c +++ b/coreutils/install.c @@ -9,9 +9,6 @@ * owner/group, will probably modify bb_make_directory(...) */ -#include <libgen.h> -#include <getopt.h> /* struct option */ - #include "libbb.h" #include "libcoreutils/coreutils.h" |