From d1ab132367c6e4ce0ca5711b7c5259d1f6e0e5cc Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 27 Apr 2019 23:53:02 +0200 Subject: tdf#42949 Fix IWYU warnings in xmlsecurity/*hxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. All hxx cleaned except the ones in xmlsecurity/source/xmlsec/mscrypt Change-Id: I651f53c9d339208b3132f9078a5c3829ff9c5dc8 Reviewed-on: https://gerrit.libreoffice.org/71448 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- xmlsecurity/source/gpg/DigestContext.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'xmlsecurity/source/gpg/DigestContext.hxx') diff --git a/xmlsecurity/source/gpg/DigestContext.hxx b/xmlsecurity/source/gpg/DigestContext.hxx index 41aa7cadd663..99fa264ef8d2 100644 --- a/xmlsecurity/source/gpg/DigestContext.hxx +++ b/xmlsecurity/source/gpg/DigestContext.hxx @@ -11,8 +11,6 @@ #define INCLUDED_XMLSECURITY_SOURCE_GPG_DIGESTCONTEXT_HXX #include -#include -#include #include -- cgit