]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Don't look for pdns headers in system includes
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 5 Oct 2014 12:32:47 +0000 (14:32 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 6 Oct 2014 10:08:07 +0000 (12:08 +0200)
modules/remotebackend/remotebackend.hh

index e007e18baa2ce36a0c553f2837e78bafe86505a1..721f5e9a5656b6f2c5d146b7ad3188b12ad8e0c6 100644 (file)
@@ -3,13 +3,13 @@
 #include <string>
 #include <sstream>
 #include "pdns/namespaces.hh"
-#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 "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 <boost/lexical_cast.hpp>
 #include <rapidjson/rapidjson.h>
 #include <rapidjson/document.h>