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/rdata.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/rdata.c')
| -rw-r--r-- | usr.bin/dig/lib/dns/rdata.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/dig/lib/dns/rdata.c b/usr.bin/dig/lib/dns/rdata.c index d38d8f4d8ba..5c542099f80 100644 --- a/usr.bin/dig/lib/dns/rdata.c +++ b/usr.bin/dig/lib/dns/rdata.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdata.c,v 1.16 2020/02/24 12:06:50 florian Exp $ */ +/* $Id: rdata.c,v 1.17 2020/02/24 13:49:38 jsg Exp $ */ /*! \file */ @@ -25,9 +25,8 @@ #include <isc/base64.h> #include <isc/hex.h> -#include <isc/lex.h> -#include <isc/parseint.h> #include <isc/util.h> +#include <isc/buffer.h> #include <dns/cert.h> #include <dns/compress.h> |
