From 77438a47c0604d419777eed83a18d6f920e84ce4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 10 Sep 2003 09:05:41 +0000 Subject: [PATCH] Include , unconditionally. (free): Remove decl. --- lib/mountlist.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/lib/mountlist.c b/lib/mountlist.c index a2c1c25..096593f 100644 --- a/lib/mountlist.c +++ b/lib/mountlist.c @@ -21,18 +21,9 @@ #include #include +#include +#include - -#ifdef STDC_HEADERS -# include -#else -void free (); -#endif -#if defined STDC_HEADERS || defined HAVE_STRING_H -# include -#else -# include -#endif #include "xalloc.h" #ifndef strstr -- 2.7.4