commit | 9a7d38fe2448617df98ecaea7dbe6f3131088586 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu May 31 22:42:12 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu May 31 22:42:12 2007 +0000 |
tree | 5966d651dcb5588e24106791f9cd3647f358112b | |
parent | fad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd [diff] [blame] |
delete tons of extra #includes
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index ed908ed..0c1c6fa 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c
@@ -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)