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/ttl.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/ttl.c')
| -rw-r--r-- | usr.bin/dig/lib/dns/ttl.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.bin/dig/lib/dns/ttl.c b/usr.bin/dig/lib/dns/ttl.c index 619bda7a4a3..fcb652eabe0 100644 --- a/usr.bin/dig/lib/dns/ttl.c +++ b/usr.bin/dig/lib/dns/ttl.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ttl.c,v 1.3 2020/02/22 19:47:06 jung Exp $ */ +/* $Id: ttl.c,v 1.4 2020/02/24 13:49:38 jsg Exp $ */ /*! \file */ @@ -22,15 +22,12 @@ #include <ctype.h> #include <stdio.h> +#include <string.h> #include <isc/buffer.h> -#include <isc/parseint.h> - #include <isc/region.h> -#include <string.h> #include <isc/util.h> -#include <dns/result.h> #include <dns/ttl.h> #define RETERR(x) do { \ @@ -39,7 +36,6 @@ return (_r); \ } while (0) - /* * Helper for dns_ttl_totext(). */ |
