Don't include xalloc.h.
authorJim Meyering <jim@meyering.net>
Sun, 28 Apr 2002 21:59:40 +0000 (21:59 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 28 Apr 2002 21:59:40 +0000 (21:59 +0000)
It's already included via system.h.

src/who.c

index 0125a260561c7eecb93095aed436af2e6cddce52..8dcc91778ab061330b680abeb38ae2b6d842ca2b 100644 (file)
--- 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"