diff options
| author | 2020-02-24 13:49:38 +0000 | |
|---|---|---|
| committer | 2020-02-24 13:49:38 +0000 | |
| commit | 4465bcfb0189fef66881a630d84d3be0e093c02b (patch) | |
| tree | 7dc4e536c757ea0b4628627557aabf77a465de08 /usr.bin/dig/lib/dns/dst_api.c | |
| parent | extend decoding of control transfers: (diff) | |
| download | wireguard-openbsd-4465bcfb0189fef66881a630d84d3be0e093c02b.tar.xz wireguard-openbsd-4465bcfb0189fef66881a630d84d3be0e093c02b.zip | |
remove some uneeded includes
Diffstat (limited to 'usr.bin/dig/lib/dns/dst_api.c')
| -rw-r--r-- | usr.bin/dig/lib/dns/dst_api.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/dig/lib/dns/dst_api.c b/usr.bin/dig/lib/dns/dst_api.c index 1a10c0cef75..c20cf4745b9 100644 --- a/usr.bin/dig/lib/dns/dst_api.c +++ b/usr.bin/dig/lib/dns/dst_api.c @@ -33,26 +33,19 @@ /* * Principal Author: Brian Wellington - * $Id: dst_api.c,v 1.11 2020/02/23 08:54:01 florian Exp $ + * $Id: dst_api.c,v 1.12 2020/02/24 13:49:38 jsg Exp $ */ /*! \file */ #include <stdlib.h> #include <isc/buffer.h> -#include <isc/lex.h> #include <isc/refcount.h> #include <isc/safe.h> #include <string.h> #include <isc/util.h> -#include <dns/fixedname.h> #include <dns/keyvalues.h> -#include <dns/name.h> -#include <dns/rdata.h> -#include <dns/rdataclass.h> -#include <dns/ttl.h> -#include <dns/types.h> #include <dst/result.h> |
