mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:22:05 -04:00
<dns/acl.h> is not needed, but <dns/name.h> is.
This commit is contained in:
parent
5e1c2afd10
commit
d60c005a70
2 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: auth.c,v 1.15 2001/01/09 21:59:54 bwelling Exp $ */
|
||||
/* $Id: auth.c,v 1.16 2001/02/15 19:13:47 bwelling Exp $ */
|
||||
|
||||
/* Principal Author: DCL */
|
||||
|
||||
|
|
@ -42,6 +42,8 @@
|
|||
#include <isc/string.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include <dns/name.h>
|
||||
|
||||
#include <dst/result.h>
|
||||
|
||||
#include <omapi/private.h>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: omapi.h,v 1.18 2001/01/09 22:00:27 bwelling Exp $ */
|
||||
/* $Id: omapi.h,v 1.19 2001/02/15 19:13:48 bwelling Exp $ */
|
||||
|
||||
/*
|
||||
* Definitions for the object management API and protocol.
|
||||
|
|
@ -30,8 +30,6 @@
|
|||
#include <isc/eventclass.h>
|
||||
#include <isc/lang.h>
|
||||
|
||||
#include <dns/acl.h>
|
||||
|
||||
#include <omapi/types.h>
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
|
|
|||
Loading…
Reference in a new issue