summaryrefslogtreecommitdiff
path: root/include/IwyuFilter_include.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-01-13 12:44:04 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-01-18 09:09:22 +0100
commit79e618c65f398b83df45232c227f92fb5eca49a7 (patch)
tree6270d2793b769bdc49c585bc32065ad268ef32c2 /include/IwyuFilter_include.yaml
parent052bca1e4ceeda9bdd28600ea915c822e314f283 (diff)
tdf#42949 Fix remaining IWYU warnings in include/vcl/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Some new headers were added since I begun the cleanup here Also blacklist the header from commit 403e3c04420c4d20c77427c43df52d554d7329ff Change-Id: Ie2358d5e27297f873aeb4a4dfb2778e6fb95dfa5 Reviewed-on: https://gerrit.libreoffice.org/66255 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/IwyuFilter_include.yaml')
-rw-r--r--include/IwyuFilter_include.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml
index 6a94bcdeca5f..e9f6ccf7d8fe 100644
--- a/include/IwyuFilter_include.yaml
+++ b/include/IwyuFilter_include.yaml
@@ -242,10 +242,16 @@ blacklist:
include/svl/urihelper.hxx:
# base class has to be a complete type
- tools/link.hxx
+ include/vcl/FilterConfigItem.hxx:
+ # Needed on Windows with --disable-pch
+ - com/sun/star/beans/PropertyValue.hpp
include/vcl/builderfactory.hxx:
# Needed for macros
- vcl/builder.hxx
- vcl/vclptr.hxx
+ include/vcl/decoview.hxx:
+ # Full definition needed for VclPtr
+ - vcl/outdev.hxx
include/vcl/devicecoordinate.hxx:
# Needed for #if configure switch
- basegfx/point/b2ipoint.hxx
@@ -262,6 +268,9 @@ blacklist:
# Needed for macros
- com/sun/star/awt/Key.hpp
- com/sun/star/awt/KeyGroup.hpp
+ include/vcl/mtfxmldump.hxx:
+ # Full definition needed for o3tl::enumarray
+ - vcl/metaactiontypes.hxx
include/vcl/outdevstate.hxx:
# Full definition needed for boost::optional
- vcl/mapmod.hxx