Thomas Geulig, remove duplicate header

This commit is contained in:
Glenn L McGrath 2004-02-22 04:17:26 +00:00
parent 58fd67fa98
commit e7f2b2bf31

View File

@ -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