* __fpending.h, argp-fmtstream.h, dirfd.h, getdate.h, human.h, inttostr.h: Removed inclusion of config.h from header files. * inttostr.c: Adjusted in-tree users. * timespec.h: Remove superfluous warning to include config.h. Index: lib/__fpending.h =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/__fpending.h,v retrieving revision 1.4 diff -u -r1.4 __fpending.h --- lib/__fpending.h 4 Jun 2003 19:22:29 -0000 1.4 +++ lib/__fpending.h 16 Sep 2005 13:59:35 -0000 @@ -1,7 +1,3 @@ -#if HAVE_CONFIG_H -# include -#endif - #include #include Index: lib/argp-fmtstream.h =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/argp-fmtstream.h,v retrieving revision 1.4 diff -u -r1.4 argp-fmtstream.h --- lib/argp-fmtstream.h 14 May 2005 06:03:57 -0000 1.4 +++ lib/argp-fmtstream.h 16 Sep 2005 13:59:35 -0000 @@ -25,10 +25,6 @@ #ifndef _ARGP_FMTSTREAM_H #define _ARGP_FMTSTREAM_H -#ifdef HAVE_CONFIG_H -#include -#endif - #include #include #include Index: lib/dirfd.h =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/dirfd.h,v retrieving revision 1.5 diff -u -r1.5 dirfd.h --- lib/dirfd.h 14 May 2005 06:03:58 -0000 1.5 +++ lib/dirfd.h 16 Sep 2005 13:59:35 -0000 @@ -17,10 +17,6 @@ Written by Jim Meyering. */ -#if HAVE_CONFIG_H -# include -#endif - #include #if HAVE_DIRENT_H Index: lib/getdate.h =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/getdate.h,v retrieving revision 1.12 diff -u -r1.12 getdate.h --- lib/getdate.h 14 May 2005 06:03:58 -0000 1.12 +++ lib/getdate.h 16 Sep 2005 13:59:35 -0000 @@ -16,10 +16,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if HAVE_CONFIG_H -# include -#endif - #include #include "timespec.h" Index: lib/human.h =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/human.h,v retrieving revision 1.12 diff -u -r1.12 human.h --- lib/human.h 14 May 2005 06:03:58 -0000 1.12 +++ lib/human.h 16 Sep 2005 13:59:35 -0000 @@ -22,10 +22,6 @@ #ifndef HUMAN_H_ # define HUMAN_H_ 1 -# if HAVE_CONFIG_H -# include -# endif - # include # include Index: lib/inttostr.c =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/inttostr.c,v retrieving revision 1.2 diff -u -r1.2 inttostr.c --- lib/inttostr.c 14 May 2005 06:03:58 -0000 1.2 +++ lib/inttostr.c 16 Sep 2005 13:59:35 -0000 @@ -18,6 +18,9 @@ /* Written by Paul Eggert */ +#ifdef HAVE_CONFIG_H +# include +#endif #include "inttostr.h" /* Convert I to a printable string in BUF, which must be at least Index: lib/inttostr.h =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/inttostr.h,v retrieving revision 1.4 diff -u -r1.4 inttostr.h --- lib/inttostr.h 14 May 2005 06:03:58 -0000 1.4 +++ lib/inttostr.h 16 Sep 2005 13:59:35 -0000 @@ -18,10 +18,6 @@ /* Written by Paul Eggert */ -#if HAVE_CONFIG_H -# include -#endif - #if HAVE_INTTYPES_H # include #endif Index: lib/timespec.h =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/timespec.h,v retrieving revision 1.6 diff -u -r1.6 timespec.h --- lib/timespec.h 16 Sep 2005 06:52:14 -0000 1.6 +++ lib/timespec.h 16 Sep 2005 13:59:35 -0000 @@ -19,8 +19,6 @@ #if ! defined TIMESPEC_H # define TIMESPEC_H -/* You must include config.h before including this file. */ - # include # if TIME_WITH_SYS_TIME # include