From bb16f6597d3b252837d32d4d9f7c56619c0e70df Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 6 Sep 2019 17:08:47 +0200 Subject: tdf#42949 Fix IWYU warnings in toolkit/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib49e2f29daa6d9b2a8195915c4ba10a8cef965ce Reviewed-on: https://gerrit.libreoffice.org/78722 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/IwyuFilter_include.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'include/IwyuFilter_include.yaml') diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml index 28de6ac57eb3..ce9a9100dff6 100644 --- a/include/IwyuFilter_include.yaml +++ b/include/IwyuFilter_include.yaml @@ -464,6 +464,7 @@ blacklist: include/toolkit/helper/macros.hxx: # Needed for macros - comphelper/servicehelper.hxx + - tools/diagnose_ex.h include/xmloff/XMLEmbeddedObjectExportFilter.hxx: # base class has to be a complete type - com/sun/star/lang/XInitialization.hpp -- cgit