move utmp.h include to libbb.h
[oweals/busybox.git] / init / init.c
index d8e1807462c051254571417bdbe915a453722a02..586e34a18eb448d4b6cef4789e7614ee88138ce6 100644 (file)
 #ifdef __linux__
 #include <linux/vt.h>
 #endif
-#if ENABLE_FEATURE_UTMP
-# include <utmp.h> /* DEAD_PROCESS */
-#endif
 #include "reboot.h" /* reboot() constants */
 
 /* Used only for sanitizing purposes in set_sane_term() below. On systems where