diff options
author | Denis Vlasenko | 2008-11-25 13:33:11 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-11-25 13:33:11 +0000 |
commit | 9e0a7c9c414e3e155d965c8b8b1dfed42ca21ec5 (patch) | |
tree | 330395f985187a99bf6c84b1474e54e1285b8e49 /loginutils | |
parent | 61befda93b2ed2458c8db50d2d03cff453d36565 (diff) | |
download | busybox-9e0a7c9c414e3e155d965c8b8b1dfed42ca21ec5.zip busybox-9e0a7c9c414e3e155d965c8b8b1dfed42ca21ec5.tar.gz |
remove a few superfluous includes
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/getty.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c index 0f53688..8bae0df 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c @@ -28,7 +28,6 @@ */ #ifdef LOGIN_PROCESS /* defined in System V utmp.h */ #include <sys/utsname.h> -#include <time.h> #else /* if !sysV style, wtmp/utmp code is off */ #undef ENABLE_FEATURE_UTMP #undef ENABLE_FEATURE_WTMP |