From: Ruben Kerkhof Date: Sun, 5 Oct 2014 15:22:58 +0000 (+0200) Subject: Use includes relative to top srcdir X-Git-Tag: rec-3.7.0-rc1~222^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1777%2Fhead;p=thirdparty%2Fpdns.git Use includes relative to top srcdir This change is needed since I'd like to clean up the includes in remotebackend, and that module uses pkcs11signers.cc as source --- diff --git a/pdns/pkcs11signers.cc b/pdns/pkcs11signers.cc index 847a027459..6dd3c669f8 100644 --- a/pdns/pkcs11signers.cc +++ b/pdns/pkcs11signers.cc @@ -1,6 +1,5 @@ #include #include -#include #include #include #include // for 'operator+=()' @@ -8,10 +7,11 @@ #include #include -#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