Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
14256bd7
Commit
14256bd7
authored
Apr 05, 2000
by
James Brister
Browse files
Removed include of config.h (illegal and unnecessary).
parent
9e7c9ad1
Changes
15
Hide whitespace changes
Inline
Side-by-side
lib/dns/include/dns/confacl.h
View file @
14256bd7
...
...
@@ -56,8 +56,6 @@
*** Imports
***/
#include <config.h>
#include <isc/list.h>
#include <isc/mem.h>
...
...
lib/dns/include/dns/confcache.h
View file @
14256bd7
...
...
@@ -50,8 +50,6 @@
*** Imports
***/
#include <config.h>
#include <isc/types.h>
...
...
lib/dns/include/dns/confcommon.h
View file @
14256bd7
...
...
@@ -53,8 +53,6 @@
*** Imports
***/
#include <config.h>
#include <sys/types.h>
#include <stdio.h>
...
...
lib/dns/include/dns/confctl.h
View file @
14256bd7
...
...
@@ -55,8 +55,6 @@
*** Imports
***/
#include <config.h>
#include <sys/types.h>
#include <isc/mem.h>
...
...
lib/dns/include/dns/confctx.h
View file @
14256bd7
...
...
@@ -49,8 +49,6 @@
*** Imports
***/
#include <config.h>
#include <isc/mem.h>
#include <isc/int.h>
#include <isc/list.h>
...
...
lib/dns/include/dns/confip.h
View file @
14256bd7
...
...
@@ -51,8 +51,6 @@
*** Imports
***/
#include <config.h>
#include <sys/types.h>
#include <isc/region.h>
...
...
lib/dns/include/dns/confkeys.h
View file @
14256bd7
...
...
@@ -55,8 +55,6 @@
#include <stdio.h>
#include <config.h>
#include <isc/types.h>
#include <isc/list.h>
...
...
lib/dns/include/dns/conflog.h
View file @
14256bd7
...
...
@@ -54,8 +54,6 @@
*** Imports
***/
#include <config.h>
#include <isc/mem.h>
#include <dns/confcommon.h>
...
...
lib/dns/include/dns/conflsn.h
View file @
14256bd7
...
...
@@ -55,8 +55,6 @@
*** Imports
***/
#include <config.h>
#include <isc/mem.h>
#include <isc/int.h>
...
...
lib/dns/include/dns/confparser.h
View file @
14256bd7
...
...
@@ -51,7 +51,6 @@
*** Imports
***/
#include <config.h>
#include <isc/types.h>
#include <dns/confctx.h>
...
...
lib/dns/include/dns/confresolv.h
View file @
14256bd7
...
...
@@ -50,8 +50,6 @@
*** Imports
***/
#include <config.h>
#include <isc/types.h>
/***
...
...
lib/dns/include/dns/confrrset.h
View file @
14256bd7
...
...
@@ -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
;
...
...
lib/dns/include/dns/confserv.h
View file @
14256bd7
...
...
@@ -53,8 +53,6 @@
*** Imports
***/
#include <config.h>
#include <sys/types.h>
#include <isc/mem.h>
...
...
lib/dns/include/dns/confview.h
View file @
14256bd7
...
...
@@ -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
...
...
lib/dns/include/dns/confzone.h
View file @
14256bd7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment