projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57b792b
)
Don't include xalloc.h.
author
Jim Meyering
<jim@meyering.net>
Sun, 28 Apr 2002 21:59:40 +0000
(21:59 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/src/who.c
b/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"