2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

remove needless #includes

This commit is contained in:
Andreas Gustafsson
2000-01-20 01:14:33 +00:00
parent 35503b8753
commit d9a28c4a0d
8 changed files with 10 additions and 11 deletions

View File

@@ -18,6 +18,7 @@
#ifndef NS_ZONECONF_H
#define NS_ZONECONF_H 1
#include <isc/log.h>
#include <isc/types.h>
#include <dns/acl.h>

View File

@@ -52,8 +52,7 @@
#include <config.h>
#include <isc/mem.h>
#include <isc/log.h>
#include <isc/types.h>
/***

View File

@@ -65,11 +65,9 @@
#include <isc/int.h>
#include <isc/result.h>
#include <isc/types.h>
#include <isc/mem.h>
#include <isc/net.h>
#include <isc/sockaddr.h>
#include <dns/log.h>
#include <dns/types.h>
/* Constants used in the defintions of default logging channels and

View File

@@ -53,13 +53,13 @@
*** Imports
***/
#include <stdio.h>
#include <config.h>
#include <isc/mem.h>
#include <isc/types.h>
#include <isc/list.h>
#include <dns/log.h>
#define DNS_C_TKEY_MAGIC 0x544b4559 /* TKEY */
#define DNS_C_TKEYLIST_MAGIC 0x544b4c53 /* TKLS */

View File

@@ -52,7 +52,7 @@
***/
#include <config.h>
#include <isc/log.h>
#include <isc/types.h>
#include <dns/confctx.h>

View File

@@ -52,8 +52,7 @@
#include <config.h>
#include <isc/mem.h>
#include <isc/log.h>
#include <isc/types.h>
/***
*** Types

View File

@@ -18,8 +18,9 @@
#ifndef DNS_TSIG_H
#define DNS_TSIG_H 1
#include <isc/mem.h>
#include <isc/types.h>
#include <isc/lang.h>
#include <isc/log.h>
#include <dns/types.h>
#include <dns/name.h>

View File

@@ -18,6 +18,7 @@
#ifndef NS_ZONECONF_H
#define NS_ZONECONF_H 1
#include <isc/log.h>
#include <isc/types.h>
#include <dns/acl.h>