rpm2cpio: handle bz2 too; code shrink
[oweals/busybox.git] / coreutils / who.c
index baf526b01e1dfb2e4abd41162f7da6261de3acca..85a0025c3393a8ebdd4725bf4346bff6a08d7766 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "libbb.h"
 #include <utmp.h>
-#include <time.h>
 
 static void idle_string(char *str6, time_t t)
 {