From 64faea31f7d05e46fe5c91f87381ec7abae90174 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 3 May 2019 21:19:07 +0200 Subject: tdf#42949 Fix IWYU warnings in xmlsecurity/*cxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I89c77656ea4021cb16bd122cb1dd1cd803390c3d Reviewed-on: https://gerrit.libreoffice.org/71765 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx') diff --git a/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx b/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx index 308ff78a6f22..c83c7751e794 100644 --- a/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx +++ b/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx @@ -19,7 +19,6 @@ #include #include -#include #include using namespace ::com::sun::star::uno ; -- cgit