summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/dns/ttl.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/dig/lib/dns/ttl.c')
-rw-r--r--usr.bin/dig/lib/dns/ttl.c8
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().
*/