From: Jim Meyering Date: Wed, 29 Jul 1998 04:00:36 +0000 (+0000) Subject: Remove duplicate include of . X-Git-Tag: FILEUTILS-3_16t~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cf7eece6f12bafa718c5856eac8304156609ced;p=thirdparty%2Fcoreutils.git Remove duplicate include of . --- diff --git a/lib/xstrtol.c b/lib/xstrtol.c index cd85a3f93d..00d4b117b1 100644 --- a/lib/xstrtol.c +++ b/lib/xstrtol.c @@ -21,6 +21,8 @@ # include #endif +/* Some pre-ANSI implementations (e.g. SunOS 4) + need stderr defined if assertion checking is enabled. */ #include #if STDC_HEADERS @@ -36,12 +38,6 @@ # endif #endif -/* Some pre-ANSI implementations (e.g. SunOS 4) - need stderr defined if assertion checking is enabled. */ -#ifndef NDEBUG -# include -#endif - #include #include