2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

do not include dns/rdatastruct.h (yet)

This commit is contained in:
Bob Halley 1999-05-03 19:56:53 +00:00
parent 325c88703c
commit e1739e9938

View File

@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: rdata.c,v 1.39 1999/05/03 03:07:15 marka Exp $ */
/* $Id: rdata.c,v 1.40 1999/05/03 19:56:53 halley Exp $ */
#include <config.h>
@ -38,7 +38,6 @@
#include <dns/cert.h>
#include <dns/secalg.h>
#include <dns/fixedname.h>
#include <dns/rdatastruct.h>
#define RETERR(x) do { \
dns_result_t __r = (x); \