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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user