summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/gpg
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/gpg
parent090e9ecd0960e6027cfaaf4600e95dc311524143 (diff)
loplugin:includeform: xmlsecurity
Change-Id: I9c3eca51fec52a255fcf280fe4e5ecc2ebbee5f3
Diffstat (limited to 'xmlsecurity/source/gpg')
-rw-r--r--xmlsecurity/source/gpg/SEInitializer.cxx2
-rw-r--r--xmlsecurity/source/gpg/SecurityEnvironment.cxx2
-rw-r--r--xmlsecurity/source/gpg/XMLSecurityContext.cxx4
-rw-r--r--xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx12
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;