From: bert hubert Date: Sat, 7 Mar 2015 21:03:25 +0000 (+0100) Subject: further removals of #include of utility.hh X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~88^2~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04258c910f2cadac0a397eef8bac119d123eccb1;p=thirdparty%2Fpdns.git further removals of #include of utility.hh --- diff --git a/pdns/qtype.cc b/pdns/qtype.cc index ed7bf4fd06..885e35b867 100644 --- a/pdns/qtype.cc +++ b/pdns/qtype.cc @@ -19,7 +19,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "utility.hh" #include "dns.hh" #include #include @@ -28,7 +27,6 @@ #include #include "qtype.hh" #include "misc.hh" -#include "lock.hh" vector QType::names; // XXX FIXME we need to do something with initializer order here! diff --git a/pdns/qtype.hh b/pdns/qtype.hh index f846861cfe..1b95d68cbc 100644 --- a/pdns/qtype.hh +++ b/pdns/qtype.hh @@ -25,7 +25,6 @@ // $Id$ #include #include -#include #include "namespaces.hh" /** The QType class is meant to deal easily with the different kind of resource types, like 'A', 'NS',