]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Including namespaces.hh once is enough 9624/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 19 Oct 2020 13:52:41 +0000 (15:52 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 19 Oct 2020 13:52:41 +0000 (15:52 +0200)
modules/bindbackend/bindbackend2.cc
pdns/dynloader.cc
pdns/notify.cc
pdns/nproxy.cc
pdns/sstuff.hh

index 78c8f0c6aa27552f2b6f207455a7674927f2c8a5..a42768c584a98ffe7d68aad594d653fc0c795609 100644 (file)
@@ -53,7 +53,6 @@
 #include "pdns/misc.hh"
 #include "pdns/dynlistener.hh"
 #include "pdns/lock.hh"
-#include "pdns/namespaces.hh"
 
 /* 
    All instances of this backend share one s_state, which is indexed by zone name and zone id.
index 212a416133f40add66bd9b40c700151c73646346..3925efcd702b10e734b6e422bb2e26896f04cc3c 100644 (file)
@@ -43,7 +43,6 @@
 #include "statbag.hh"
 #include "misc.hh"
 #include "namespaces.hh"
-#include "namespaces.hh"
 
 ArgvMap &arg()
 {
index 69fb936813cb38edb081a17cee0dc23088ea329d..e3fd5d337804f2608afc4a053e580a1332d70352 100644 (file)
@@ -40,7 +40,6 @@
 #include "version.hh"
 #include "namespaces.hh"
 using namespace ::boost::multi_index;
-#include "namespaces.hh"
 
 namespace po = boost::program_options;
 po::variables_map g_vm;
index 44d2f31d9f67bb59b2d0f4a70f1ef1be070e3bae..167b15a405b135a53cf1565bb00d0b3a896cba3b 100644 (file)
@@ -44,7 +44,6 @@
 
 #include "namespaces.hh"
 using namespace ::boost::multi_index;
-#include "namespaces.hh"
 
 namespace po = boost::program_options;
 po::variables_map g_vm;
index 7f61a4f8b18b863d3f8a44a9daaf9fe21216cba2..2869d141becf9d246555ad1a0869850579d52271 100644 (file)
@@ -37,7 +37,6 @@
 #include <boost/utility.hpp>
 #include <csignal>
 #include "namespaces.hh"
-#include "namespaces.hh"
 
 
 typedef int ProtocolType; //!< Supported protocol types