diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:27:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:46 +0200 |
commit | 35a2b55a13be84b7ff47133083cfa0a988e1455f (patch) | |
tree | 03c43703c621d19e5b506c17a136cd81ddbb23b7 /xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx | |
parent | 090e9ecd0960e6027cfaaf4600e95dc311524143 (diff) |
loplugin:includeform: xmlsecurity
Change-Id: I9c3eca51fec52a255fcf280fe4e5ecc2ebbee5f3
Diffstat (limited to 'xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx')
-rw-r--r-- | xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx b/xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx index 01614e29a820..795ae85e35a4 100644 --- a/xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx +++ b/xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx @@ -20,7 +20,7 @@ #include <sal/config.h> #include <rtl/uuid.h> #include <cppuhelper/supportsservice.hxx> -#include "gpg/xmlsignature_gpgimpl.hxx" +#include <gpg/xmlsignature_gpgimpl.hxx> #include <gpgme.h> #include <context.h> @@ -29,13 +29,13 @@ #include <signingresult.h> #include <importresult.h> -#include "xmlsec/xmldocumentwrapper_xmlsecimpl.hxx" -#include "xmlsec/xmlelementwrapper_xmlsecimpl.hxx" -#include "xmlsec/xmlstreamio.hxx" -#include "xmlsec/errorcallback.hxx" +#include <xmlsec/xmldocumentwrapper_xmlsecimpl.hxx> +#include <xmlsec/xmlelementwrapper_xmlsecimpl.hxx> +#include <xmlsec/xmlstreamio.hxx> +#include <xmlsec/errorcallback.hxx> #include "SecurityEnvironment.hxx" -#include "xmlsec-wrapper.h" +#include <xmlsec-wrapper.h> using namespace css::uno; using namespace css::lang; |