summaryrefslogtreecommitdiff
path: root/vcl/IwyuFilter_vcl.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-07-06 08:40:53 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-24 08:45:26 +0200
commit0a5eb01347b1bdeef706b2723fbc02d769f81369 (patch)
treeb8ae927b7abf9420431cfe65367f9425d3b38c14 /vcl/IwyuFilter_vcl.yaml
parentbaff81bcfe67bab3339bebcd174eccbf913f3f9e (diff)
tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9991a1f4d8dde51b38cf8d114e4fb69ff4a349ea Reviewed-on: https://gerrit.libreoffice.org/75248 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/IwyuFilter_vcl.yaml')
-rw-r--r--vcl/IwyuFilter_vcl.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcl/IwyuFilter_vcl.yaml b/vcl/IwyuFilter_vcl.yaml
index f99cda446f51..67c871d904f7 100644
--- a/vcl/IwyuFilter_vcl.yaml
+++ b/vcl/IwyuFilter_vcl.yaml
@@ -33,3 +33,20 @@ blacklist:
- desktop/exithelper.h
vcl/source/filter/ipdf/pdfdocument.cxx:
- comphelper/scopeguard.hxx
+ vcl/source/filter/jpeg/JpegWriter.hxx:
+ # Needed for direct member access
+ - vcl/bitmapaccess.hxx
+ vcl/source/fontsubset/sft.cxx:
+ # OSL_BIGENDIAN is being checked
+ - osl/endian.h
+ # Needed on WIN32 / MAC / IOS
+ - xlat.hxx
+ vcl/source/gdi/configsettings.cxx:
+ # Needed for OSL_DEBUG_LEVEL > 2
+ - sal/log.hxx
+ include/vcl/mtfxmldump.hxx:
+ # Silence warning about include/vcl/mtfxmldump.hxx
+ - vcl/metaactiontypes.hxx
+ vcl/source/gdi/salgdilayout.cxx:
+ # Needed on WIN32
+ - desktop/exithelper.h