summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/gpg
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/gpg')
-rw-r--r--xmlsecurity/source/gpg/CertificateImpl.cxx3
-rw-r--r--xmlsecurity/source/gpg/SecurityEnvironment.cxx4
-rw-r--r--xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx6
3 files changed, 7 insertions, 6 deletions
diff --git a/xmlsecurity/source/gpg/CertificateImpl.cxx b/xmlsecurity/source/gpg/CertificateImpl.cxx
index b771c1282fa0..697b2d67c6f8 100644
--- a/xmlsecurity/source/gpg/CertificateImpl.cxx
+++ b/xmlsecurity/source/gpg/CertificateImpl.cxx
@@ -7,11 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include <config_gpgme.h>
-
#include "CertificateImpl.hxx"
-#include <comphelper/servicehelper.hxx>
#include <comphelper/sequence.hxx>
#include <cppuhelper/supportsservice.hxx>
diff --git a/xmlsecurity/source/gpg/SecurityEnvironment.cxx b/xmlsecurity/source/gpg/SecurityEnvironment.cxx
index e6813228a457..b4ac90960437 100644
--- a/xmlsecurity/source/gpg/SecurityEnvironment.cxx
+++ b/xmlsecurity/source/gpg/SecurityEnvironment.cxx
@@ -13,7 +13,6 @@
#include <com/sun/star/security/CertificateCharacters.hpp>
#include <com/sun/star/security/CertificateValidity.hpp>
-#include <comphelper/servicehelper.hxx>
#include <vector>
#include <rtl/ref.hxx>
@@ -28,6 +27,9 @@
#include <key.h>
#include <keylistresult.h>
#include <xmlsec-wrapper.h>
+#include <libxml/xmlstring.h>
+#include <xmlsec/base64.h>
+#include <xmlsec/xmlsec.h>
#if defined _MSC_VER && defined __clang__
#pragma clang diagnostic push
diff --git a/xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx b/xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx
index 22488144f7c7..2b3777d3171b 100644
--- a/xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx
+++ b/xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx
@@ -20,7 +20,6 @@
#include <sal/config.h>
#include <sal/log.hxx>
#include <xmlsec-wrapper.h>
-#include <comphelper/servicehelper.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <gpg/xmlsignature_gpgimpl.hxx>
@@ -33,7 +32,6 @@
#pragma clang diagnostic pop
#endif
#include <context.h>
-#include <key.h>
#include <data.h>
#include <signingresult.h>
#include <importresult.h>
@@ -41,6 +39,10 @@
#include <xmlelementwrapper_xmlsecimpl.hxx>
#include <xmlsec/xmlstreamio.hxx>
#include <xmlsec/errorcallback.hxx>
+#include <xmlsec/xmltree.h>
+#include <xmlsec/base64.h>
+#include <xmlsec/xmldsig.h>
+#include <xmlsec/xmlsec.h>
#include "SecurityEnvironment.hxx"