From 8d0e0cdadf726beab28ccdc7d69738c1534e1f74 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 25 Jan 2011 23:21:46 +0100 Subject: move utmp.h include to libbb.h Signed-off-by: Denys Vlasenko --- coreutils/who.c | 1 - 1 file changed, 1 deletion(-) (limited to 'coreutils') diff --git a/coreutils/who.c b/coreutils/who.c index 8384d9534..ab1e30fc8 100644 --- a/coreutils/who.c +++ b/coreutils/who.c @@ -19,7 +19,6 @@ /* BB_AUDIT SUSv3 _NOT_ compliant -- missing options -b, -d, -l, -m, -p, -q, -r, -s, -t, -T, -u; Missing argument 'file'. */ #include "libbb.h" -#include static void idle_string(char *str6, time_t t) { -- cgit v1.2.3