diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-13 13:31:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-13 13:31:30 +0000 |
commit | 8f6f2a4cc14c41897d7fd7592cfe4c6df5226ff5 (patch) | |
tree | 8f81c1317644591e71aec17105e01aeec43bec66 /lib | |
parent | 4f110142bb1e130475f43626b6313eda11f9d486 (diff) | |
download | coreutils-8f6f2a4cc14c41897d7fd7592cfe4c6df5226ff5.tar.xz |
don't include error.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/readutmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/readutmp.c b/lib/readutmp.c index ccdb390f0..5f6bf88d7 100644 --- a/lib/readutmp.c +++ b/lib/readutmp.c @@ -27,7 +27,6 @@ #endif /* STDC_HEADERS || HAVE_STRING_H */ #include "readutmp.h" -#include "error.h" char *xmalloc (); |