diff options
Diffstat (limited to 'coreutils/who.c')
-rw-r--r-- | coreutils/who.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/who.c b/coreutils/who.c index baf526b..85a0025 100644 --- a/coreutils/who.c +++ b/coreutils/who.c @@ -20,7 +20,6 @@ #include "libbb.h" #include <utmp.h> -#include <time.h> static void idle_string(char *str6, time_t t) { |