]> granicus.if.org Git - pdns/commitdiff
further removals of #include of utility.hh
authorbert hubert <bert.hubert@netherlabs.nl>
Sat, 7 Mar 2015 21:03:25 +0000 (22:03 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sat, 7 Mar 2015 21:03:25 +0000 (22:03 +0100)
pdns/qtype.cc
pdns/qtype.hh

index ed7bf4fd06af19710762590ee25f8236364d48b8..885e35b867bd8a42c5956df6ed0c2dd4d3501b3e 100644 (file)
@@ -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 <iostream>
 #include <string>
@@ -28,7 +27,6 @@
 #include <sstream>
 #include "qtype.hh"
 #include "misc.hh"
-#include "lock.hh"
 
 vector<QType::namenum> QType::names;
 // XXX FIXME we need to do something with initializer order here!
index f846861cfee415b022b1cdf8b9c5381c0bd791d6..1b95d68cbce3587fe3fe437904c7650079f74798 100644 (file)
@@ -25,7 +25,6 @@
 // $Id$
 #include <string>
 #include <vector>
-#include <utility>
 #include "namespaces.hh"
 
 /** The QType class is meant to deal easily with the different kind of resource types, like 'A', 'NS',