From: Jim Meyering Date: Wed, 29 Jul 1998 04:00:36 +0000 (+0000) Subject: Remove duplicate include of . X-Git-Tag: cvs-readonly~7717 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=0ba789cec8958e89b450b692decf0e45d4d3ad91;p=gnulib.git Remove duplicate include of . --- diff --git a/lib/xstrtol.c b/lib/xstrtol.c index cd85a3f93..00d4b117b 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