Remove duplicate config.h

(cherry picked from commit 7351c505a0)
(cherry picked from commit 2844f6529d)
This commit is contained in:
Ondřej Surý 2018-07-29 08:58:14 +02:00
parent 1084b40b44
commit eb745a2125
5 changed files with 5 additions and 6 deletions

View file

@ -15,6 +15,7 @@
#include <config.h>
#include <inttypes.h>
#include <stdbool.h>
#include <isc/mem.h>

View file

@ -129,6 +129,8 @@
#include <config.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdlib.h>
#include <errno.h>

View file

@ -38,14 +38,13 @@
* SUCH DAMAGE.
*/
#include <config.h>
/*! \file */
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)strtoul.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <config.h>
#include <limits.h>
#include <ctype.h>
#include <errno.h>

View file

@ -17,8 +17,6 @@
* and 19.16.
*/
#include <config.h>
#include <inttypes.h>
#include <sys/param.h>

View file

@ -25,7 +25,6 @@
*/
#define MAKE_EXTERNAL 1
#include <config.h>
#include <sys/types.h>