From f3a2a20311c5ad383754a9fbb90d611863562e02 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 18 Jun 2018 21:59:42 +0200 Subject: tdf#42949 Fix IWYU warnings in include/sal/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I62758fd7c9d932c5a390739774b112356006a937 Reviewed-on: https://gerrit.libreoffice.org/56062 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/IwyuFilter_include.yaml | 10 ++++++++++ include/sal/mathconf.h | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml index 2398dc61771f..184c9680648c 100644 --- a/include/IwyuFilter_include.yaml +++ b/include/IwyuFilter_include.yaml @@ -1,2 +1,12 @@ --- assumeFilename: desktop/source/app/app.cxx +blacklist: + include/sal/typesizes.h: + # needed for build to work + - config_typesizes.h + include/sal/types.h: + # needed for build to work + - sal/typesizes.h + include/sal/mathconf.h: + # Platform dependent + - cmath diff --git a/include/sal/mathconf.h b/include/sal/mathconf.h index 6232bcc10f2a..687f6e3da133 100644 --- a/include/sal/mathconf.h +++ b/include/sal/mathconf.h @@ -22,8 +22,6 @@ #include "osl/endian.h" -#include - #if defined __sun #include #endif /* __sun */ -- cgit