summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-28 21:59:40 +0000
committerJim Meyering <jim@meyering.net>2002-04-28 21:59:40 +0000
commit89e4bfabcd9472f825f111367cce1667989d7e44 (patch)
tree8857967e67915a2347581d37176bc2fe545c7fb6 /src
parent57b792bb8a4e06de7601e05e4078397e63e5d96f (diff)
downloadcoreutils-89e4bfabcd9472f825f111367cce1667989d7e44.tar.xz
Don't include xalloc.h.
It's already included via system.h.
Diffstat (limited to 'src')
-rw-r--r--src/who.c1
1 files changed, 0 insertions, 1 deletions
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 <sys/types.h>
#include "system.h"
-#include "xalloc.h"
#include "readutmp.h"
#include "error.h"
#include "closeout.h"