mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:22:06 -04:00
Don't include <dst/result.h>
This commit is contained in:
parent
ede71ac5d2
commit
cdee5991b8
2 changed files with 2 additions and 6 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: auth.c,v 1.18 2001/02/15 20:10:03 bwelling Exp $ */
|
||||
/* $Id: auth.c,v 1.19 2001/02/16 00:21:08 bwelling Exp $ */
|
||||
|
||||
/* Principal Author: DCL */
|
||||
|
||||
|
|
@ -42,8 +42,6 @@
|
|||
#include <isc/string.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include <dst/result.h>
|
||||
|
||||
#include <omapi/private.h>
|
||||
|
||||
typedef struct auth auth_t;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: protocol.c,v 1.34 2001/02/15 19:44:45 bwelling Exp $ */
|
||||
/* $Id: protocol.c,v 1.35 2001/02/16 00:21:09 bwelling Exp $ */
|
||||
|
||||
/*
|
||||
* Functions supporting the object management protocol.
|
||||
|
|
@ -31,8 +31,6 @@
|
|||
#include <isc/string.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include <dst/result.h>
|
||||
|
||||
#include <omapi/private.h>
|
||||
#include <omapi/result.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue