From 32090b018d9ff81659a4c9ed41c64109ebebe4fc Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 1 Jul 2020 21:24:37 +0200 Subject: tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxx Recheck after 7-0 branchoff Also drop the now unused file include/vcl/field.hxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9e54c82f50d1e02a0f99858939cac999fc66f7de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99261 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- xmlsecurity/source/component/documentdigitalsignatures.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlsecurity') diff --git a/xmlsecurity/source/component/documentdigitalsignatures.cxx b/xmlsecurity/source/component/documentdigitalsignatures.cxx index 68e1aa704441..f69bbb4fece5 100644 --- a/xmlsecurity/source/component/documentdigitalsignatures.cxx +++ b/xmlsecurity/source/component/documentdigitalsignatures.cxx @@ -43,6 +43,7 @@ #include #include #include +#include #include #include #include -- cgit