# HG changeset patch # User Eric Blake # Date 1161087364 0 # Node ID 9ffe5ead9f550f9fdb30eacce2904a75d95e3ce8 # Parent 036310c349ba70fbac43b508dbdfaec4a8007d55 * lib/xvasprintf.c (includes): Assume config.h. * lib/xasprintf.c (includes): Likewise. diff -r 036310c349ba -r 9ffe5ead9f55 ChangeLog --- a/ChangeLog Tue Oct 17 07:43:16 2006 +0000 +++ b/ChangeLog Tue Oct 17 12:16:04 2006 +0000 @@ -1,3 +1,8 @@ +2006-10-17 Eric Blake + + * lib/xvasprintf.c (includes): Assume config.h. + * lib/xasprintf.c (includes): Likewise. + 2006-10-16 Paul Eggert * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is diff -r 036310c349ba -r 9ffe5ead9f55 lib/xasprintf.c --- a/lib/xasprintf.c Tue Oct 17 07:43:16 2006 +0000 +++ b/lib/xasprintf.c Tue Oct 17 12:16:04 2006 +0000 @@ -1,5 +1,5 @@ /* vasprintf and asprintf with out-of-memory checking. - Copyright (C) 1999, 2002-2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002-2004, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,9 +15,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include /* Specification. */ #include "xvasprintf.h" diff -r 036310c349ba -r 9ffe5ead9f55 lib/xvasprintf.c --- a/lib/xvasprintf.c Tue Oct 17 07:43:16 2006 +0000 +++ b/lib/xvasprintf.c Tue Oct 17 12:16:04 2006 +0000 @@ -15,9 +15,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include /* Specification. */ #include "xvasprintf.h"