2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Removed include of config.h (illegal and unnecessary).

This commit is contained in:
James Brister
2000-04-05 16:38:01 +00:00
parent 9e7c9ad159
commit 14256bd72e
15 changed files with 1 additions and 30 deletions

View File

@@ -56,8 +56,6 @@
*** Imports
***/
#include <config.h>
#include <isc/list.h>
#include <isc/mem.h>

View File

@@ -50,8 +50,6 @@
*** Imports
***/
#include <config.h>
#include <isc/types.h>

View File

@@ -53,8 +53,6 @@
*** Imports
***/
#include <config.h>
#include <sys/types.h>
#include <stdio.h>

View File

@@ -55,8 +55,6 @@
*** Imports
***/
#include <config.h>
#include <sys/types.h>
#include <isc/mem.h>

View File

@@ -49,8 +49,6 @@
*** Imports
***/
#include <config.h>
#include <isc/mem.h>
#include <isc/int.h>
#include <isc/list.h>

View File

@@ -51,8 +51,6 @@
*** Imports
***/
#include <config.h>
#include <sys/types.h>
#include <isc/region.h>

View File

@@ -55,8 +55,6 @@
#include <stdio.h>
#include <config.h>
#include <isc/types.h>
#include <isc/list.h>

View File

@@ -54,8 +54,6 @@
*** Imports
***/
#include <config.h>
#include <isc/mem.h>
#include <dns/confcommon.h>

View File

@@ -55,8 +55,6 @@
*** Imports
***/
#include <config.h>
#include <isc/mem.h>
#include <isc/int.h>

View File

@@ -51,7 +51,6 @@
*** Imports
***/
#include <config.h>
#include <isc/types.h>
#include <dns/confctx.h>

View File

@@ -50,8 +50,6 @@
*** Imports
***/
#include <config.h>
#include <isc/types.h>
/***

View File

@@ -44,8 +44,6 @@
*** Imports
***/
#include <config.h>
#include <isc/mem.h>
/* XXX these next two are needed by rdatatype.h. It should be fixed to
@@ -94,7 +92,7 @@ struct dns_c_rrso
struct dns_c_rrso_list
{
isc_uint32_t magic;
isc_mem_t *mem;
ISC_LIST(dns_c_rrso_t) elements;

View File

@@ -53,8 +53,6 @@
*** Imports
***/
#include <config.h>
#include <sys/types.h>
#include <isc/mem.h>

View File

@@ -53,8 +53,6 @@
*** Imports
***/
#include <config.h>
#include <isc/mem.h>
/* XXX these next two are needed by rdatatype.h. It should be fixed to

View File

@@ -53,8 +53,6 @@
*** Imports
***/
#include <config.h>
#include <isc/mem.h>
/* XXX these next two are needed by rdatatype.h. It should be fixed to