diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-25 13:33:11 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-25 13:33:11 +0000 |
commit | 9e0a7c9c414e3e155d965c8b8b1dfed42ca21ec5 (patch) | |
tree | 330395f985187a99bf6c84b1474e54e1285b8e49 /loginutils | |
parent | 61befda93b2ed2458c8db50d2d03cff453d36565 (diff) | |
download | busybox-w32-9e0a7c9c414e3e155d965c8b8b1dfed42ca21ec5.tar.gz busybox-w32-9e0a7c9c414e3e155d965c8b8b1dfed42ca21ec5.tar.bz2 busybox-w32-9e0a7c9c414e3e155d965c8b8b1dfed42ca21ec5.zip |
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 0f536888b..8bae0df45 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c | |||
@@ -28,7 +28,6 @@ | |||
28 | */ | 28 | */ |
29 | #ifdef LOGIN_PROCESS /* defined in System V utmp.h */ | 29 | #ifdef LOGIN_PROCESS /* defined in System V utmp.h */ |
30 | #include <sys/utsname.h> | 30 | #include <sys/utsname.h> |
31 | #include <time.h> | ||
32 | #else /* if !sysV style, wtmp/utmp code is off */ | 31 | #else /* if !sysV style, wtmp/utmp code is off */ |
33 | #undef ENABLE_FEATURE_UTMP | 32 | #undef ENABLE_FEATURE_UTMP |
34 | #undef ENABLE_FEATURE_WTMP | 33 | #undef ENABLE_FEATURE_WTMP |