delete tons of extra #includes
This commit is contained in:
@@ -9,9 +9,8 @@
|
||||
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
||||
#include "libbb.h"
|
||||
#include <unistd.h>
|
||||
#include <sys/klog.h>
|
||||
#include "libbb.h"
|
||||
|
||||
int dmesg_main(int argc, char **argv);
|
||||
int dmesg_main(int argc, char **argv)
|
||||
|
@@ -7,8 +7,7 @@
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
//#include <sys/ioctl.h>
|
||||
#include <sys/utsname.h>
|
||||
#include <getopt.h>
|
||||
#include "libbb.h"
|
||||
|
Reference in New Issue
Block a user