From: Bert Hubert Date: Mon, 7 Feb 2011 09:39:22 +0000 (+0000) Subject: namespaces.hh includes X-Git-Tag: auth-3.0~262 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=917a9be85f3f93e6aa80292cf2b27c990ca8fd69;p=pdns namespaces.hh includes git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1985 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/modules/db2backend/DB2Backend.cc b/modules/db2backend/DB2Backend.cc index d9a63522e..126bc3ad0 100644 --- a/modules/db2backend/DB2Backend.cc +++ b/modules/db2backend/DB2Backend.cc @@ -5,7 +5,7 @@ #include #include -#include "namespaces.hh" +#include "pdns/namespaces.hh" #include #include diff --git a/modules/db2backend/DB2Backend.hh b/modules/db2backend/DB2Backend.hh index 400e40da6..d37db7198 100644 --- a/modules/db2backend/DB2Backend.hh +++ b/modules/db2backend/DB2Backend.hh @@ -6,7 +6,7 @@ #include #include -#include "namespaces.hh" +#include "pdns/namespaces.hh" #include diff --git a/modules/db2backend/DB2Exception.hh b/modules/db2backend/DB2Exception.hh index 85eab9841..8a09a1c86 100644 --- a/modules/db2backend/DB2Exception.hh +++ b/modules/db2backend/DB2Exception.hh @@ -5,7 +5,7 @@ #include -#include "namespaces.hh" +#include "pdns/namespaces.hh" #include diff --git a/modules/geobackend/geobackend.hh b/modules/geobackend/geobackend.hh index 8e2e9e610..296aa6a9f 100644 --- a/modules/geobackend/geobackend.hh +++ b/modules/geobackend/geobackend.hh @@ -15,7 +15,7 @@ #include "ippreftree.hh" -#include "namespaces.hh" +#include "pdns/namespaces.hh" class GeoRecord { public: diff --git a/modules/geobackend/ippreftree.hh b/modules/geobackend/ippreftree.hh index 54780f5e4..4e1bdca5c 100644 --- a/modules/geobackend/ippreftree.hh +++ b/modules/geobackend/ippreftree.hh @@ -10,7 +10,7 @@ #include #include -#include "namespaces.hh" +#include "pdns/namespaces.hh" // Use old style C structs for efficiency typedef struct node_t { diff --git a/modules/goraclebackend/goraclebackend.cc b/modules/goraclebackend/goraclebackend.cc index 8450a467d..546d5614a 100644 --- a/modules/goraclebackend/goraclebackend.cc +++ b/modules/goraclebackend/goraclebackend.cc @@ -2,7 +2,7 @@ #include #include -#include "namespaces.hh" +#include "pdns/namespaces.hh" #include "pdns/dns.hh" #include "pdns/dnsbackend.hh" diff --git a/modules/goraclebackend/goraclebackend.hh b/modules/goraclebackend/goraclebackend.hh index 0f408194b..5d8146b77 100644 --- a/modules/goraclebackend/goraclebackend.hh +++ b/modules/goraclebackend/goraclebackend.hh @@ -3,7 +3,7 @@ #include "pdns/backends/gsql/gsqlbackend.hh" -#include "namespaces.hh" +#include "pdns/namespaces.hh" /** The gOracleBackend is a DNSBackend that can answer DNS related questions. It looks up data in PostgreSQL */ diff --git a/modules/goraclebackend/soracle.cc b/modules/goraclebackend/soracle.cc index fd5fa0ecd..9b4bc59a6 100644 --- a/modules/goraclebackend/soracle.cc +++ b/modules/goraclebackend/soracle.cc @@ -8,7 +8,7 @@ #include "pdns/logger.hh" #include "pdns/dns.hh" #include -#include "namespaces.hh" +#include "pdns/namespaces.hh" bool SOracle::s_dolog; diff --git a/modules/mydnsbackend/mydnsbackend.cc b/modules/mydnsbackend/mydnsbackend.cc index ec4a6915f..5599c54d7 100644 --- a/modules/mydnsbackend/mydnsbackend.cc +++ b/modules/mydnsbackend/mydnsbackend.cc @@ -24,7 +24,7 @@ #include #include -#include "namespaces.hh" +#include "pdns/namespaces.hh" #include #include diff --git a/modules/mydnsbackend/mydnsbackend.hh b/modules/mydnsbackend/mydnsbackend.hh index d7e4f1988..d45c327e3 100644 --- a/modules/mydnsbackend/mydnsbackend.hh +++ b/modules/mydnsbackend/mydnsbackend.hh @@ -4,7 +4,7 @@ #include #include -#include "namespaces.hh" +#include "pdns/namespaces.hh" #include diff --git a/modules/oraclebackend/oraclebackend.cc b/modules/oraclebackend/oraclebackend.cc index 8b1d94a01..bdad106b9 100644 --- a/modules/oraclebackend/oraclebackend.cc +++ b/modules/oraclebackend/oraclebackend.cc @@ -11,7 +11,7 @@ #include -#include "namespaces.hh" +#include "pdns/namespaces.hh" #include "pdns/dns.hh" #include "pdns/dnsbackend.hh" diff --git a/modules/oraclebackend/oraclebackend.hh b/modules/oraclebackend/oraclebackend.hh index 58e5f8b90..f6569e537 100644 --- a/modules/oraclebackend/oraclebackend.hh +++ b/modules/oraclebackend/oraclebackend.hh @@ -6,7 +6,7 @@ #include -#include "namespaces.hh" +#include "pdns/namespaces.hh" class OracleException : public DBException { diff --git a/modules/pdnsbackend/pdnsbackend.cc b/modules/pdnsbackend/pdnsbackend.cc index e843ccfcc..516e53ef7 100644 --- a/modules/pdnsbackend/pdnsbackend.cc +++ b/modules/pdnsbackend/pdnsbackend.cc @@ -6,7 +6,7 @@ #include #include -#include "namespaces.hh" +#include "pdns/namespaces.hh" #include #include diff --git a/modules/pdnsbackend/pdnsbackend.hh b/modules/pdnsbackend/pdnsbackend.hh index 4159c5cb8..a3358365c 100644 --- a/modules/pdnsbackend/pdnsbackend.hh +++ b/modules/pdnsbackend/pdnsbackend.hh @@ -6,7 +6,7 @@ #include #include -#include "namespaces.hh" +#include "pdns/namespaces.hh" #include diff --git a/modules/xdbbackend/xgdbm.cc b/modules/xdbbackend/xgdbm.cc index 51edfbbd8..14041f18e 100644 --- a/modules/xdbbackend/xgdbm.cc +++ b/modules/xdbbackend/xgdbm.cc @@ -6,7 +6,7 @@ #include #include -#include "namespaces.hh" +#include "pdns/namespaces.hh" GDBM_FILE XGDBMWrapper::s_db; int XGDBMWrapper::s_usecount; diff --git a/modules/xdbbackend/xtdb.cc b/modules/xdbbackend/xtdb.cc index 01f6dbc95..73d2a397e 100644 --- a/modules/xdbbackend/xtdb.cc +++ b/modules/xdbbackend/xtdb.cc @@ -9,7 +9,7 @@ #include -#include "namespaces.hh" +#include "pdns/namespaces.hh" TDB_CONTEXT *XTDBWrapper::s_db; int XTDBWrapper::s_usecount;