summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/host.c
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2020-02-24 17:57:54 +0000
committerflorian <florian@openbsd.org>2020-02-24 17:57:54 +0000
commit24ff385a28cabf04ee6d045db5a579d2dd9c91c6 (patch)
treea215ceb2b8b2b240f256e1e1d19a8fc4aa543b97 /usr.bin/dig/host.c
parentBump version to 6.6.4 for errata and to match -portable. (diff)
downloadwireguard-openbsd-24ff385a28cabf04ee6d045db5a579d2dd9c91c6.tar.xz
wireguard-openbsd-24ff385a28cabf04ee6d045db5a579d2dd9c91c6.zip
Stop generating rdatastruct.h and put the dns_rdata_* structs for
cname, ns, soa, and tsig directly into rdata.h
Diffstat (limited to 'usr.bin/dig/host.c')
-rw-r--r--usr.bin/dig/host.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/dig/host.c b/usr.bin/dig/host.c
index d61b1f49863..4bc2f854e1f 100644
--- a/usr.bin/dig/host.c
+++ b/usr.bin/dig/host.c
@@ -37,7 +37,6 @@
#include <dns/rdataclass.h>
#include <dns/rdataset.h>
#include <dns/rdatatype.h>
-#include "rdatastruct.h"
#include "dig.h"