From: Christian Hofstaedtler Date: Wed, 13 Jan 2016 19:31:39 +0000 (+0100) Subject: Drop unused include X-Git-Tag: dnsdist-1.0.0-alpha2~82^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3226%2Fhead;p=thirdparty%2Fpdns.git Drop unused include Not needed for libedit, and the compat symlink apparently is a Debian-only thing, breaking the build on Fedora. --- diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index efd17f55b5..51b24a5cb8 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -1,7 +1,6 @@ #include "dnsdist.hh" #include "sodcrypto.hh" #include -#include #include #include "dolog.hh" diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index 60ed5f9eb8..6b9b38010f 100644 --- a/pdns/dnsdist.cc +++ b/pdns/dnsdist.cc @@ -28,7 +28,6 @@ #include #include "dolog.hh" #include -#include #include "dnsname.hh" #include "dnswriter.hh" #include "base64.hh"