diff --git a/dnscrypt/dnscrypt.c b/dnscrypt/dnscrypt.c index 0a15f9f56..ce7231274 100644 --- a/dnscrypt/dnscrypt.c +++ b/dnscrypt/dnscrypt.c @@ -2,7 +2,6 @@ #include "config.h" #include #include -#include #include "sldns/sbuffer.h" #include "util/config_file.h" #include "util/net_help.h" diff --git a/doc/Changelog b/doc/Changelog index 8cb15487c..a70ba8214 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +27 March 2017: Wouter + - Remove (now unused) event2 include from dnscrypt code. + 24 March 2017: George - Fix to prevent non-referal query from being cached as referal when the no_cache_store flag was set.