From 9a7d38fe2448617df98ecaea7dbe6f3131088586 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko <vda.linux@googlemail.com> Date: Thu, 31 May 2007 22:42:12 +0000 Subject: delete tons of extra #includes --- init/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init') diff --git a/init/init.c b/init/init.c index 3dcd0726b..cb83b088d 100644 --- a/init/init.c +++ b/init/init.c @@ -11,9 +11,9 @@ #include "libbb.h" #include <paths.h> -#include <signal.h> -#include <sys/ioctl.h> -#include <sys/wait.h> +//#include <signal.h> +//#include <sys/ioctl.h> +//#include <sys/wait.h> #include <sys/reboot.h> #if ENABLE_FEATURE_INIT_SYSLOG -- cgit v1.2.3