summaryrefslogtreecommitdiffstats
path: root/include/IwyuFilter_include.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-15 21:44:22 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-17 12:30:05 +0200
commitf3b34508682c829abd697c66917b8e46e9e8266c (patch)
treee5e4be8b4b86a39ef9e7738c2084d5df90d90527 /include/IwyuFilter_include.yaml
parentSilence more Clang trunk -Wdefaulted-function-deleted (diff)
downloadcore-f3b34508682c829abd697c66917b8e46e9e8266c.tar.gz
core-f3b34508682c829abd697c66917b8e46e9e8266c.zip
tdf#42949 Fix IWYU warnings in include/tools/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9dc920e9388f9e2aa4dcae1f0b3f7562d08f7f70 Reviewed-on: https://gerrit.libreoffice.org/61809 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/IwyuFilter_include.yaml')
-rw-r--r--include/IwyuFilter_include.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml
index d9b864fd6fb4..f31831b9298c 100644
--- a/include/IwyuFilter_include.yaml
+++ b/include/IwyuFilter_include.yaml
@@ -209,3 +209,26 @@ blacklist:
- com/sun/star/lang/XServiceInfo.hpp
- com/sun/star/rendering/XBezierPolyPolygon2D.hpp
- com/sun/star/rendering/XLinePolyPolygon2D.hpp
+ include/tools/debug.hxx:
+ # Used behind #ifndef
+ - tools/toolsdllapi.h
+ include/tools/diagnose_ex.h:
+ # Needed for macros
+ - com/sun/star/lang/IllegalArgumentException.hpp
+ - com/sun/star/uno/RuntimeException.hpp
+ - rtl/ustring.hxx
+ include/tools/fontenum.hxx:
+ # Needed for template
+ - o3tl/typed_flags_set.hxx
+ include/tools/svlibrary.h:
+ # Used behind #ifndef
+ - osl/module.h
+ include/tools/poly.hxx:
+ # Needed for template
+ - o3tl/typed_flags_set.hxx
+ include/tools/stream.hxx:
+ # Needed for template
+ - o3tl/typed_flags_set.hxx
+ include/tools/urlobj.hxx:
+ # Needed for template
+ - o3tl/typed_flags_set.hxx