From: W.C.A. Wijngaards Date: Tue, 2 Jul 2024 07:31:34 +0000 (+0200) Subject: - Fix to remove unused include from the readzone test program. X-Git-Tag: release-1.21.0rc1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=538434186e99d1282bc23cc592111668c90298fc;p=thirdparty%2Funbound.git - Fix to remove unused include from the readzone test program. --- diff --git a/doc/Changelog b/doc/Changelog index a764646e7..b27cc34e0 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +2 July 2024: Wouter + - Fix to remove unused include from the readzone test program. + 17 June 2024: Wouter - Fix ip-ratelimit-cookie setting, it was not applied. diff --git a/testcode/readzone.c b/testcode/readzone.c index 94511e577..f50eea31f 100644 --- a/testcode/readzone.c +++ b/testcode/readzone.c @@ -45,7 +45,6 @@ #include #include -#include #include "sldns/str2wire.h" #include "sldns/wire2str.h"