From 2f04460c83f064c9fa41c8deaef9647228e0a4ad Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 17 Jun 2019 22:09:38 +0200 Subject: tdf#42949 Fix IWYU warnings in include/ Recheck directories under include/ and below vcl in the module hierarchy. New IWYU and recent developments in f-u-i helped to identify some non self contained files, those were fixed too. Also some new removal proposals are dealt with here. Change-Id: If12ae37602eecdf3004ae0fa6623d464077d4f9f Reviewed-on: https://gerrit.libreoffice.org/74213 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/IwyuFilter_include.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/IwyuFilter_include.yaml') diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml index c69220e197ec..3141da5ac2f9 100644 --- a/include/IwyuFilter_include.yaml +++ b/include/IwyuFilter_include.yaml @@ -227,6 +227,9 @@ blacklist: - com/sun/star/lang/IllegalArgumentException.hpp - com/sun/star/uno/RuntimeException.hpp - rtl/ustring.hxx + include/tools/fldunit.hxx: + # Needed for enum type + - sal/types.h include/tools/svlibrary.h: # Used behind #ifndef - osl/module.h -- cgit