diff options
Diffstat (limited to 'xmlsecurity/source/gpg')
-rw-r--r-- | xmlsecurity/source/gpg/SEInitializer.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/gpg/SecurityEnvironment.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/gpg/XMLSecurityContext.cxx | 4 | ||||
-rw-r--r-- | xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx | 12 |
4 files changed, 10 insertions, 10 deletions
diff --git a/xmlsecurity/source/gpg/SEInitializer.cxx b/xmlsecurity/source/gpg/SEInitializer.cxx index 919161d86554..59e45d1bd2ea 100644 --- a/xmlsecurity/source/gpg/SEInitializer.cxx +++ b/xmlsecurity/source/gpg/SEInitializer.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "gpg/SEInitializer.hxx" +#include <gpg/SEInitializer.hxx> #include "SecurityEnvironment.hxx" #include "XMLSecurityContext.hxx" diff --git a/xmlsecurity/source/gpg/SecurityEnvironment.cxx b/xmlsecurity/source/gpg/SecurityEnvironment.cxx index 2392bf0c8031..2bbcf8ddf79b 100644 --- a/xmlsecurity/source/gpg/SecurityEnvironment.cxx +++ b/xmlsecurity/source/gpg/SecurityEnvironment.cxx @@ -16,7 +16,7 @@ #include <key.h> #include <keylistresult.h> -#include "xmlsec-wrapper.h" +#include <xmlsec-wrapper.h> using namespace css; using namespace css::security; diff --git a/xmlsecurity/source/gpg/XMLSecurityContext.cxx b/xmlsecurity/source/gpg/XMLSecurityContext.cxx index 0919f4dbc2b6..1a07648d1622 100644 --- a/xmlsecurity/source/gpg/XMLSecurityContext.cxx +++ b/xmlsecurity/source/gpg/XMLSecurityContext.cxx @@ -12,8 +12,8 @@ #include <cppuhelper/supportsservice.hxx> -#include "xmlsec/xmlstreamio.hxx" -#include "xmlsec-wrapper.h" +#include <xmlsec/xmlstreamio.hxx> +#include <xmlsec-wrapper.h> using namespace css::uno; using namespace css::lang; 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; |