From 9a7d38fe2448617df98ecaea7dbe6f3131088586 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 31 May 2007 22:42:12 +0000 Subject: delete tons of extra #includes --- console-tools/clear.c | 3 --- console-tools/reset.c | 3 --- console-tools/setkeycodes.c | 3 +-- 3 files changed, 1 insertion(+), 8 deletions(-) (limited to 'console-tools') diff --git a/console-tools/clear.c b/console-tools/clear.c index 053293ce2..3c7d704b5 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c @@ -10,11 +10,8 @@ /* no options, no getopt */ -#include -#include #include "libbb.h" - int clear_main(int argc, char **argv); int clear_main(int argc, char **argv) { diff --git a/console-tools/reset.c b/console-tools/reset.c index c844e1511..deffe286d 100644 --- a/console-tools/reset.c +++ b/console-tools/reset.c @@ -10,9 +10,6 @@ /* no options, no getopt */ -#include -#include -#include #include "libbb.h" int reset_main(int argc, char **argv); diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c index a0d291d30..0911ede50 100644 --- a/console-tools/setkeycodes.c +++ b/console-tools/setkeycodes.c @@ -9,10 +9,9 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include +//#include #include "libbb.h" - /* From */ struct kbkeycode { unsigned int scancode, keycode; -- cgit v1.2.3