From 622af581bd08a61d12c70f80b1d40d0d9c8a1fa3 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 12 Apr 2000 21:44:12 +0000 Subject: [PATCH] 51. [cleanup] dns/compress.h and dns/zt.h did not need to include dns/rbt.h; it was needed only by compress.c and zt.c. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 3412f9eaad..5b53446ff6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ + 51. [cleanup] dns/compress.h and dns/zt.h did not need to include + dns/rbt.h; it was needed only by compress.c and zt.c. + 50. [func] RBT deletion no longer requires a valid chain to work, and dns_rbt_deletenode was added.