diff options
Diffstat (limited to 'usr.bin/dig/dighost.c')
-rw-r--r-- | usr.bin/dig/dighost.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/dig/dighost.c b/usr.bin/dig/dighost.c index fa813cafed0..cc81eaa467b 100644 --- a/usr.bin/dig/dighost.c +++ b/usr.bin/dig/dighost.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dighost.c,v 1.21 2020/02/24 17:45:25 florian Exp $ */ +/* $Id: dighost.c,v 1.22 2020/02/24 17:57:54 florian Exp $ */ /*! \file * \note @@ -45,7 +45,6 @@ #include <dns/rdataclass.h> #include <dns/rdatalist.h> #include <dns/rdataset.h> -#include "rdatastruct.h" #include <dns/rdatatype.h> #include <dns/result.h> #include <dns/tsig.h> |