diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-28 21:59:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-28 21:59:40 +0000 |
commit | 89e4bfabcd9472f825f111367cce1667989d7e44 (patch) | |
tree | 8857967e67915a2347581d37176bc2fe545c7fb6 /src | |
parent | 57b792bb8a4e06de7601e05e4078397e63e5d96f (diff) | |
download | coreutils-89e4bfabcd9472f825f111367cce1667989d7e44.tar.xz |
Don't include xalloc.h.
It's already included via system.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/who.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -31,7 +31,6 @@ #include <sys/types.h> #include "system.h" -#include "xalloc.h" #include "readutmp.h" #include "error.h" #include "closeout.h" |