Skip to content

Commit

Permalink
Including namespaces.hh once is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Oct 19, 2020
1 parent 8ab2e30 commit 870a3e8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion modules/bindbackend/bindbackend2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion pdns/dynloader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include "statbag.hh"
#include "misc.hh"
#include "namespaces.hh"
#include "namespaces.hh"

ArgvMap &arg()
{
Expand Down
1 change: 0 additions & 1 deletion pdns/notify.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion pdns/nproxy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion pdns/sstuff.hh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include <boost/utility.hpp>
#include <csignal>
#include "namespaces.hh"
#include "namespaces.hh"


typedef int ProtocolType; //!< Supported protocol types
Expand Down

0 comments on commit 870a3e8

Please sign in to comment.