From 3f7af974a3cd5f36557c06ed0a087ffb5ba859ed Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 27 Mar 2017 06:27:22 +0000 Subject: [PATCH] - Remove (now unused) event2 include from dnscrypt code. git-svn-id: file:///svn/unbound/trunk@4082 be551aaa-1e26-0410-a405-d3ace91eadb9 --- dnscrypt/dnscrypt.c | 1 - doc/Changelog | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) 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.