From 8d0e0cdadf726beab28ccdc7d69738c1534e1f74 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 25 Jan 2011 23:21:46 +0100 Subject: move utmp.h include to libbb.h Signed-off-by: Denys Vlasenko --- init/init.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'init/init.c') diff --git a/init/init.c b/init/init.c index d8e180746..586e34a18 100644 --- a/init/init.c +++ b/init/init.c @@ -115,9 +115,6 @@ #ifdef __linux__ #include #endif -#if ENABLE_FEATURE_UTMP -# include /* DEAD_PROCESS */ -#endif #include "reboot.h" /* reboot() constants */ /* Used only for sanitizing purposes in set_sane_term() below. On systems where -- cgit v1.2.3