From: Jim Meyering Date: Sun, 13 Jul 1997 13:31:30 +0000 (+0000) Subject: don't include error.h. X-Git-Tag: SH-UTILS-1_16d~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f6f2a4cc14c41897d7fd7592cfe4c6df5226ff5;p=thirdparty%2Fcoreutils.git don't include error.h. --- diff --git a/lib/readutmp.c b/lib/readutmp.c index ccdb390f0e..5f6bf88d7d 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 ();