From 89e4bfabcd9472f825f111367cce1667989d7e44 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 28 Apr 2002 21:59:40 +0000 Subject: [PATCH] Don't include xalloc.h. It's already included via system.h. --- src/who.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/who.c b/src/who.c index 0125a2605..8dcc91778 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" -- 2.34.1