From: Jim Meyering Date: Sun, 28 Apr 2002 21:59:40 +0000 (+0000) Subject: Don't include xalloc.h. X-Git-Tag: SH-UTILS-2_0_12~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89e4bfabcd9472f825f111367cce1667989d7e44;p=thirdparty%2Fcoreutils.git Don't include xalloc.h. It's already included via system.h. --- diff --git a/src/who.c b/src/who.c index 0125a26056..8dcc91778a 100644 --- a/src/who.c +++ b/src/who.c @@ -31,7 +31,6 @@ #include #include "system.h" -#include "xalloc.h" #include "readutmp.h" #include "error.h" #include "closeout.h"