From 2cfe488022e76952ee76be0b46c12732cb2fee8f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 27 Oct 2017 19:24:30 +0200 Subject: loplugin:includeform: xmlsecurity (Windows) Change-Id: Ib996672d7acd7d0dbf446eb8a4f8812680795e35 --- xmlsecurity/source/xmlsec/errorcallback.cxx | 2 +- xmlsecurity/source/xmlsec/mscrypt/akmngr.cxx | 2 +- xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx | 4 ++-- .../source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx | 6 +++--- .../source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx | 2 +- .../source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx | 4 ++-- .../source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx | 2 +- .../source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx | 4 ++-- .../source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.cxx | 4 ++-- xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx | 10 +++++----- 10 files changed, 20 insertions(+), 20 deletions(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/source/xmlsec/errorcallback.cxx b/xmlsecurity/source/xmlsec/errorcallback.cxx index 7feef2438e85..87380d784f61 100644 --- a/xmlsecurity/source/xmlsec/errorcallback.cxx +++ b/xmlsecurity/source/xmlsec/errorcallback.cxx @@ -24,7 +24,7 @@ #ifdef _WIN32 #include #include -#include "comphelper/windowserrorstring.hxx" +#include #endif extern "C" diff --git a/xmlsecurity/source/xmlsec/mscrypt/akmngr.cxx b/xmlsecurity/source/xmlsec/mscrypt/akmngr.cxx index 17bf08e243ff..4f0edd4df43a 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/akmngr.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/akmngr.cxx @@ -16,7 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include "akmngr.hxx" #include #include diff --git a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx index 9fb5f3b76b64..beb5412654f0 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx +++ b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx @@ -26,8 +26,8 @@ #if !defined WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN #endif -#include "Windows.h" -#include "WinCrypt.h" +#include +#include #ifdef _MSC_VER #pragma warning(pop) #endif diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx index d7c41b731c11..3ec06fc0182c 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx @@ -28,8 +28,8 @@ #if !defined WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN #endif -#include "Windows.h" -#include "WinCrypt.h" +#include +#include #ifdef _MSC_VER #pragma warning(pop) #endif @@ -40,7 +40,7 @@ #include "x509certificate_mscryptimpl.hxx" #include -#include "xmlsec-wrapper.h" +#include #include "akmngr.hxx" #include diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx index 5c29eb776cfa..b8bb8da2bd27 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx +++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx @@ -48,7 +48,7 @@ #include #include -#include "xmlsec-wrapper.h" +#include #include diff --git a/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx index 2c3357e7fd9e..ea73cd04fe81 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx @@ -22,8 +22,8 @@ #include "securityenvironment_mscryptimpl.hxx" -#include "xmlsec-wrapper.h" -#include "xmlsec/mscrypto/app.h" +#include +#include #include #include #include diff --git a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx index a4069a91798a..07a769ac99cf 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx @@ -23,7 +23,7 @@ #include #include #include "x509certificate_mscryptimpl.hxx" -#include "certificateextension_xmlsecimpl.hxx" +#include #include "sanextension_mscryptimpl.hxx" #include "oid.hxx" diff --git a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx index fbfd59a422a9..b36b1c3c5d8f 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx +++ b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx @@ -26,8 +26,8 @@ #if !defined WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN #endif -#include "Windows.h" -#include "WinCrypt.h" +#include +#include #ifdef _MSC_VER #pragma warning(pop) #endif diff --git a/xmlsecurity/source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.cxx index b30805bc8003..925da9eba35c 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.cxx @@ -21,10 +21,10 @@ #include "securityenvironment_mscryptimpl.hxx" #include "xmlsecuritycontext_mscryptimpl.hxx" -#include "xmlsec/xmlstreamio.hxx" +#include #include "akmngr.hxx" -#include "xmlsec-wrapper.h" +#include using namespace ::com::sun::star::uno ; using namespace ::com::sun::star::lang ; diff --git a/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx index 08b4bf2ddc51..3213f9e9e2e6 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx @@ -25,12 +25,12 @@ #include "xmlsignature_mscryptimpl.hxx" #include "securityenvironment_mscryptimpl.hxx" -#include "xmlsec/xmldocumentwrapper_xmlsecimpl.hxx" -#include "xmlsec/xmlelementwrapper_xmlsecimpl.hxx" -#include "xmlsec/xmlstreamio.hxx" -#include "xmlsec/errorcallback.hxx" +#include +#include +#include +#include -#include "xmlsec-wrapper.h" +#include using namespace ::com::sun::star::uno ; using namespace ::com::sun::star::lang ; -- cgit