summaryrefslogtreecommitdiff
path: root/lib/readutmp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-13 13:31:30 +0000
committerJim Meyering <jim@meyering.net>1997-07-13 13:31:30 +0000
commit8f6f2a4cc14c41897d7fd7592cfe4c6df5226ff5 (patch)
tree8f81c1317644591e71aec17105e01aeec43bec66 /lib/readutmp.c
parent4f110142bb1e130475f43626b6313eda11f9d486 (diff)
downloadcoreutils-8f6f2a4cc14c41897d7fd7592cfe4c6df5226ff5.tar.xz
don't include error.h.
Diffstat (limited to 'lib/readutmp.c')
-rw-r--r--lib/readutmp.c1
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 ();