changeset 984:b1aa1efc94c9

don't include error.h.
author Jim Meyering <jim@meyering.net>
date Sun, 13 Jul 1997 13:31:30 +0000
parents 4ef0d1a19429
children 40ac38f459d6
files lib/readutmp.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/readutmp.c	Sun Jul 13 03:55:38 1997 +0000
+++ b/lib/readutmp.c	Sun Jul 13 13:31:30 1997 +0000
@@ -27,7 +27,6 @@
 #endif /* STDC_HEADERS || HAVE_STRING_H */
 
 #include "readutmp.h"
-#include "error.h"
 
 char *xmalloc ();