summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:27:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:46 +0200
commit35a2b55a13be84b7ff47133083cfa0a988e1455f (patch)
tree03c43703c621d19e5b506c17a136cd81ddbb23b7 /xmlsecurity/source/xmlsec
parent090e9ecd0960e6027cfaaf4600e95dc311524143 (diff)
loplugin:includeform: xmlsecurity
Change-Id: I9c3eca51fec52a255fcf280fe4e5ecc2ebbee5f3
Diffstat (limited to 'xmlsecurity/source/xmlsec')
-rw-r--r--xmlsecurity/source/xmlsec/biginteger.cxx2
-rw-r--r--xmlsecurity/source/xmlsec/errorcallback.cxx4
-rw-r--r--xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx2
-rw-r--r--xmlsecurity/source/xmlsec/nss/secerror.cxx10
-rw-r--r--xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx8
-rw-r--r--xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx10
-rw-r--r--xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx14
-rw-r--r--xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx2
-rw-r--r--xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx10
-rw-r--r--xmlsecurity/source/xmlsec/nss/xsec_nss.cxx2
-rw-r--r--xmlsecurity/source/xmlsec/saxhelper.cxx4
-rw-r--r--xmlsecurity/source/xmlsec/serialnumberadapter.cxx2
-rw-r--r--xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx4
-rw-r--r--xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx2
-rw-r--r--xmlsecurity/source/xmlsec/xmlsec_init.cxx6
-rw-r--r--xmlsecurity/source/xmlsec/xmlstreamio.cxx4
-rw-r--r--xmlsecurity/source/xmlsec/xsec_xmlsec.cxx6
17 files changed, 46 insertions, 46 deletions
diff --git a/xmlsecurity/source/xmlsec/biginteger.cxx b/xmlsecurity/source/xmlsec/biginteger.cxx
index 3981754cb776..04037ab59e87 100644
--- a/xmlsecurity/source/xmlsec/biginteger.cxx
+++ b/xmlsecurity/source/xmlsec/biginteger.cxx
@@ -20,7 +20,7 @@
#include <biginteger.hxx>
-#include "xmlsec-wrapper.h"
+#include <xmlsec-wrapper.h>
#include <com/sun/star/uno/Sequence.hxx>
using namespace ::com::sun::star::uno ;
diff --git a/xmlsecurity/source/xmlsec/errorcallback.cxx b/xmlsecurity/source/xmlsec/errorcallback.cxx
index 2931f60566bc..7feef2438e85 100644
--- a/xmlsecurity/source/xmlsec/errorcallback.cxx
+++ b/xmlsecurity/source/xmlsec/errorcallback.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xmlsec/errorcallback.hxx"
+#include <xmlsec/errorcallback.hxx>
-#include "xmlsec-wrapper.h"
+#include <xmlsec-wrapper.h>
#ifdef _WIN32
#include <prewin.h>
diff --git a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx
index 5e2e36e18155..95b4c357ceeb 100644
--- a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx
+++ b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx
@@ -29,7 +29,7 @@
#include <com/sun/star/security/XCertificateExtension.hpp>
#include <com/sun/star/security/XSanExtension.hpp>
#include <com/sun/star/security/CertAltNameEntry.hpp>
-#include "certificateextension_certextn.hxx"
+#include <certificateextension_certextn.hxx>
#include <vector>
class SanExtensionImpl : public ::cppu::WeakImplHelper<
diff --git a/xmlsecurity/source/xmlsec/nss/secerror.cxx b/xmlsecurity/source/xmlsec/nss/secerror.cxx
index 1423bbbcf0fd..9473942ab7c5 100644
--- a/xmlsecurity/source/xmlsec/nss/secerror.cxx
+++ b/xmlsecurity/source/xmlsec/nss/secerror.cxx
@@ -18,12 +18,12 @@
*/
-#include "secerr.h"
+#include <secerr.h>
#include "secerror.hxx"
-#include "sslerr.h"
-#include "nspr.h"
-#include "nss.h"
-#include "certt.h"
+#include <sslerr.h>
+#include <nspr.h>
+#include <nss.h>
+#include <certt.h>
#include <sal/log.hxx>
#include <sal/macros.h>
#include <sal/types.h>
diff --git a/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx
index 91044a2c9d2f..380ae4d4ee40 100644
--- a/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx
+++ b/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx
@@ -18,9 +18,9 @@
*/
#include "nssrenam.h"
-#include "cert.h"
-#include "secerr.h"
-#include "ocsp.h"
+#include <cert.h>
+#include <secerr.h>
+#include <ocsp.h>
#include <sal/config.h>
#include <sal/macros.h>
@@ -29,7 +29,7 @@
#include "x509certificate_nssimpl.hxx"
#include <comphelper/servicehelper.hxx>
-#include "xmlsec-wrapper.h"
+#include <xmlsec-wrapper.h>
#include <rtl/ustrbuf.hxx>
#include <comphelper/processfactory.hxx>
diff --git a/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx
index fc83a3eb1286..0e47cd9d4213 100644
--- a/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx
+++ b/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx
@@ -38,12 +38,12 @@
#include <osl/mutex.hxx>
-#include "pk11func.h"
-#include "keyhi.h"
-#include "certdb.h"
-#include "list"
+#include <pk11func.h>
+#include <keyhi.h>
+#include <certdb.h>
+#include <list>
-#include "xmlsec-wrapper.h"
+#include <xmlsec-wrapper.h>
class SecurityEnvironment_NssImpl : public ::cppu::WeakImplHelper<
css::xml::crypto::XSecurityEnvironment ,
diff --git a/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx
index c2f0f1da6213..173a215c1613 100644
--- a/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx
+++ b/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx
@@ -18,20 +18,20 @@
*/
#include "nssrenam.h"
-#include "nspr.h"
-#include "nss.h"
-#include "secder.h"
+#include <nspr.h>
+#include <nss.h>
+#include <secder.h>
-#include "hasht.h"
-#include "secoid.h"
-#include "pk11func.h"
+#include <hasht.h>
+#include <secoid.h>
+#include <pk11func.h>
#include <sal/config.h>
#include <comphelper/servicehelper.hxx>
#include <rtl/ref.hxx>
#include "x509certificate_nssimpl.hxx"
-#include "certificateextension_xmlsecimpl.hxx"
+#include <certificateextension_xmlsecimpl.hxx>
#include "sanextension_nssimpl.hxx"
#include <tools/time.hxx>
diff --git a/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx
index 58759673935b..8f22a8f37363 100644
--- a/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx
+++ b/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx
@@ -31,7 +31,7 @@
#include <com/sun/star/security/XCertificate.hpp>
#include <certificate.hxx>
-#include "cert.h"
+#include <cert.h>
class X509Certificate_NssImpl : public ::cppu::WeakImplHelper<
css::security::XCertificate ,
diff --git a/xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx
index a78ff38695ef..3389fd149086 100644
--- a/xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx
+++ b/xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx
@@ -21,16 +21,16 @@
#include <rtl/uuid.h>
#include "xmlsignature_nssimpl.hxx"
-#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_nssimpl.hxx"
#include "xmlsecuritycontext_nssimpl.hxx"
-#include "xmlsec-wrapper.h"
+#include <xmlsec-wrapper.h>
using namespace ::com::sun::star::uno ;
using namespace ::com::sun::star::lang ;
diff --git a/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx b/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx
index 555cd60b4a90..9e424a4e5d79 100644
--- a/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx
+++ b/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx
@@ -27,7 +27,7 @@
#include "seinitializer_nssimpl.hxx"
#include "xmlsignature_nssimpl.hxx"
#include "xmlsecuritycontext_nssimpl.hxx"
-#include "xsec_xmlsec.hxx"
+#include <xsec_xmlsec.hxx>
#include "securityenvironment_nssimpl.hxx"
using namespace ::cppu;
diff --git a/xmlsecurity/source/xmlsec/saxhelper.cxx b/xmlsecurity/source/xmlsec/saxhelper.cxx
index 10b2a0784acf..52d62b120bec 100644
--- a/xmlsecurity/source/xmlsec/saxhelper.cxx
+++ b/xmlsecurity/source/xmlsec/saxhelper.cxx
@@ -20,8 +20,8 @@
#include <rtl/ustring.hxx>
-#include "xmlsec/saxhelper.hxx"
-#include "libxml/parserInternals.h"
+#include <xmlsec/saxhelper.hxx>
+#include <libxml/parserInternals.h>
#ifndef XMLSEC_NO_XSLT
#include "libxslt/xslt.h"
diff --git a/xmlsecurity/source/xmlsec/serialnumberadapter.cxx b/xmlsecurity/source/xmlsec/serialnumberadapter.cxx
index 372b68330f83..ea1c2d6f263d 100644
--- a/xmlsecurity/source/xmlsec/serialnumberadapter.cxx
+++ b/xmlsecurity/source/xmlsec/serialnumberadapter.cxx
@@ -31,7 +31,7 @@
#include <cppuhelper/weak.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
-#include "biginteger.hxx"
+#include <biginteger.hxx>
#include "serialnumberadapter.hxx"
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
index 5ff6935a9075..75da47627c18 100644
--- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
+++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
@@ -22,8 +22,8 @@
#include <osl/diagnose.h>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/supportsservice.hxx>
-#include "xmlsec/xmldocumentwrapper_xmlsecimpl.hxx"
-#include "xmlsec/xmlelementwrapper_xmlsecimpl.hxx"
+#include <xmlsec/xmldocumentwrapper_xmlsecimpl.hxx>
+#include <xmlsec/xmlelementwrapper_xmlsecimpl.hxx>
#include <xmloff/attrlist.hxx>
diff --git a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx
index 0cdea05f4523..b9e20e782120 100644
--- a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx
+++ b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx
@@ -19,7 +19,7 @@
#include <string.h>
-#include "xmlsec/xmlelementwrapper_xmlsecimpl.hxx"
+#include <xmlsec/xmlelementwrapper_xmlsecimpl.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/typeprovider.hxx>
diff --git a/xmlsecurity/source/xmlsec/xmlsec_init.cxx b/xmlsecurity/source/xmlsec/xmlsec_init.cxx
index 9b2fe90f87c2..181fcac98a1b 100644
--- a/xmlsecurity/source/xmlsec/xmlsec_init.cxx
+++ b/xmlsecurity/source/xmlsec/xmlsec_init.cxx
@@ -7,12 +7,12 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "xmlsec/xmlsec_init.hxx"
+#include <xmlsec/xmlsec_init.hxx>
#include <com/sun/star/uno/RuntimeException.hpp>
-#include "xmlsec/xmlstreamio.hxx"
-#include "xmlsec-wrapper.h"
+#include <xmlsec/xmlstreamio.hxx>
+#include <xmlsec-wrapper.h>
using namespace css::uno;
diff --git a/xmlsecurity/source/xmlsec/xmlstreamio.cxx b/xmlsecurity/source/xmlsec/xmlstreamio.cxx
index 556cb3ce8fa6..de32f8286c1b 100644
--- a/xmlsecurity/source/xmlsec/xmlstreamio.cxx
+++ b/xmlsecurity/source/xmlsec/xmlstreamio.cxx
@@ -21,12 +21,12 @@
/*
* Implementation of the I/O interfaces based on stream and URI binding
*/
-#include "xmlsec/xmlstreamio.hxx"
+#include <xmlsec/xmlstreamio.hxx>
#include <rtl/ustring.hxx>
#include <rtl/uri.hxx>
#include <libxml/uri.h>
-#include "xmlsec-wrapper.h"
+#include <xmlsec-wrapper.h>
#define XMLSTREAMIO_INITIALIZED 0x01
#define XMLSTREAMIO_REGISTERED 0x02
diff --git a/xmlsecurity/source/xmlsec/xsec_xmlsec.cxx b/xmlsecurity/source/xmlsec/xsec_xmlsec.cxx
index 2a700cc59d62..807eff2cddee 100644
--- a/xmlsecurity/source/xmlsec/xsec_xmlsec.cxx
+++ b/xmlsecurity/source/xmlsec/xsec_xmlsec.cxx
@@ -23,12 +23,12 @@
#include <cppuhelper/factory.hxx>
#include "serialnumberadapter.hxx"
-#include "xmlsec/xmlelementwrapper_xmlsecimpl.hxx"
-#include "xmlsec/xmldocumentwrapper_xmlsecimpl.hxx"
+#include <xmlsec/xmlelementwrapper_xmlsecimpl.hxx>
+#include <xmlsec/xmldocumentwrapper_xmlsecimpl.hxx>
#include "xsec_xmlsec.hxx"
#if !defined(MACOSX) && !defined(WNT) && !defined(ANDROID)
-# include "gpg/xmlsignature_gpgimpl.hxx"
+# include <gpg/xmlsignature_gpgimpl.hxx>
#endif
using namespace ::cppu;