From: Jim Meyering Date: Mon, 30 Sep 2002 21:20:08 +0000 (+0000) Subject: Don't include stdlib.h here. It's already included via system.h. X-Git-Tag: v4.5.2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ea132506899aaa75ab7d24a2cf78c818fbdf95a;p=thirdparty%2Fcoreutils.git Don't include stdlib.h here. It's already included via system.h. --- diff --git a/src/csplit.c b/src/csplit.c index 2ee32a3e6f..2b8649e0b5 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -40,10 +40,6 @@ #define AUTHORS N_ ("Stuart Kemp and David MacKenzie") -#ifdef STDC_HEADERS -# include -#endif - #ifndef TRUE # define FALSE 0 # define TRUE 1