From: Jim Meyering Date: Sun, 13 Jul 1997 13:31:30 +0000 (+0000) Subject: don't include error.h. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dea9f946646cf646cc9c7701a514a1ba7da19b0;p=pspp 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 ();