From 9e2fa382e87870800d10ca1bfdbd2ea08d255720 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 1 Apr 1999 04:03:56 +0000 Subject: [PATCH] remove unneeded include --- lib/dns/rbtdb.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/dns/rbtdb.h b/lib/dns/rbtdb.h index dcc729ad79..9cbaeee2a5 100644 --- a/lib/dns/rbtdb.h +++ b/lib/dns/rbtdb.h @@ -26,8 +26,6 @@ * DNS Red-Black Tree DB Implementation */ -#include - dns_result_t dns_rbtdb_create(isc_mem_t *mctx, dns_name_t *base, isc_boolean_t is_cache, dns_rdataclass_t rdclass, unsigned int argc, char *argv[],