mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-28 20:41:18 -05:00
remove needless #includes
This commit is contained in:
parent
35503b8753
commit
d9a28c4a0d
8 changed files with 10 additions and 11 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -52,8 +52,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <isc/mem.h>
|
||||
#include <isc/log.h>
|
||||
#include <isc/types.h>
|
||||
|
||||
|
||||
/***
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
***/
|
||||
|
||||
#include <config.h>
|
||||
#include <isc/log.h>
|
||||
#include <isc/types.h>
|
||||
|
||||
#include <dns/confctx.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -52,8 +52,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <isc/mem.h>
|
||||
#include <isc/log.h>
|
||||
#include <isc/types.h>
|
||||
|
||||
/***
|
||||
*** Types
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue