patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
[platform/upstream/busybox.git] / coreutils / install.c
index 4adcadb..0b5eda0 100644 (file)
@@ -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"