]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use includes relative to top srcdir 1777/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 5 Oct 2014 15:22:58 +0000 (17:22 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 5 Oct 2014 15:22:58 +0000 (17:22 +0200)
This change is needed since I'd like to clean up
the includes in remotebackend, and that module
uses pkcs11signers.cc as source

pdns/pkcs11signers.cc

index 847a02745926333d583e2872e463d573ad9a20ae..6dd3c669f80bc90be0be9bea2d73313a76a99ee7 100644 (file)
@@ -1,6 +1,5 @@
 #include <polarssl/rsa.h>
 #include <polarssl/base64.h>
-#include <sha.hh>
 #include <polarssl/entropy.h>
 #include <polarssl/ctr_drbg.h>
 #include <boost/assign/std/vector.hpp> // for 'operator+=()'
@@ -8,10 +7,11 @@
 #include <boost/foreach.hpp>
 #include <p11-kit/p11-kit.h>
 
-#include "dnssecinfra.hh"
+#include "pdns/dnssecinfra.hh"
+#include "pdns/logger.hh"
+#include "pdns/pdnsexception.hh"
+#include "pdns/sha.hh"
 #include "pkcs11signers.hh"
-#include "pdnsexception.hh"
-#include "logger.hh"
 
 /* TODO