diff options
-rw-r--r-- | init/init_shared.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init/init_shared.c b/init/init_shared.c index 339add13f..4b822fa94 100644 --- a/init/init_shared.c +++ b/init/init_shared.c @@ -25,7 +25,6 @@ #include <unistd.h> #include <getopt.h> #include <sys/reboot.h> -#include <sys/reboot.h> #include <sys/syslog.h> #include "busybox.h" #include "init_shared.h" @@ -94,4 +93,3 @@ extern int bb_shutdown_system(unsigned long magic) return 0; /* Shrug */ } #endif - |