From: Ruben Kerkhof Date: Sun, 5 Oct 2014 12:32:47 +0000 (+0200) Subject: Don't look for pdns headers in system includes X-Git-Tag: rec-3.7.0-rc1~221^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=568b0d227318dfc73439fed6068ed0cd30eaed78;p=thirdparty%2Fpdns.git Don't look for pdns headers in system includes --- diff --git a/modules/remotebackend/remotebackend.hh b/modules/remotebackend/remotebackend.hh index e007e18baa..721f5e9a56 100644 --- a/modules/remotebackend/remotebackend.hh +++ b/modules/remotebackend/remotebackend.hh @@ -3,13 +3,13 @@ #include #include #include "pdns/namespaces.hh" -#include -#include -#include -#include -#include -#include -#include +#include "pdns/dns.hh" +#include "pdns/dnsbackend.hh" +#include "pdns/dnspacket.hh" +#include "pdns/ueberbackend.hh" +#include "pdns/pdnsexception.hh" +#include "pdns/logger.hh" +#include "pdns/arguments.hh" #include #include #include