From fcc2dd7f1faa90f351538c5f324301770cdf04e3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 16 Oct 2017 17:32:51 +0200 Subject: Make include files found through -Ixmlsecurity/inc ...instead of implicitly next to the including file, in preparation of loplugin:includeform Change-Id: I81e3cd2dee707168064ff729f47e525b29bea43b --- xmlsecurity/inc/framework/signatureengine.hxx | 4 ++-- xmlsecurity/inc/framework/signatureverifierimpl.hxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/inc/framework/signatureengine.hxx b/xmlsecurity/inc/framework/signatureengine.hxx index 6df21a822780..b4e5c6c3ff8a 100644 --- a/xmlsecurity/inc/framework/signatureengine.hxx +++ b/xmlsecurity/inc/framework/signatureengine.hxx @@ -36,8 +36,8 @@ #include #include "xsecfwdllapi.h" -#include "securityengine.hxx" -#include "xmlsignaturetemplateimpl.hxx" +#include "framework/securityengine.hxx" +#include "framework/xmlsignaturetemplateimpl.hxx" #include diff --git a/xmlsecurity/inc/framework/signatureverifierimpl.hxx b/xmlsecurity/inc/framework/signatureverifierimpl.hxx index 49aa4c855c99..96b1267c272b 100644 --- a/xmlsecurity/inc/framework/signatureverifierimpl.hxx +++ b/xmlsecurity/inc/framework/signatureverifierimpl.hxx @@ -30,7 +30,7 @@ #include #include "xsecfwdllapi.h" -#include "signatureengine.hxx" +#include "framework/signatureengine.hxx" typedef cppu::ImplInheritanceHelper < -- cgit