summaryrefslogtreecommitdiffstats
path: root/io/IwyuFilter_io.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-03-19 01:54:54 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-04-25 11:28:15 +0200
commitf9b8c2d57b10de6344ff5555c0b09947484a586b (patch)
treed9144cfe83ad88a62752503ef71c903e93fe6b7b /io/IwyuFilter_io.yaml
parentcalc: extra unittest for rows autoheight on load (diff)
downloadcore-f9b8c2d57b10de6344ff5555c0b09947484a586b.tar.gz
core-f9b8c2d57b10de6344ff5555c0b09947484a586b.zip
tdf#42949 Fix IWYU warnings in io/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I16dfde335816053e5821d5e975b27b6e4819b1a8 Reviewed-on: https://gerrit.libreoffice.org/71135 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'io/IwyuFilter_io.yaml')
-rw-r--r--io/IwyuFilter_io.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/io/IwyuFilter_io.yaml b/io/IwyuFilter_io.yaml
new file mode 100644
index 000000000000..9d4609898341
--- /dev/null
+++ b/io/IwyuFilter_io.yaml
@@ -0,0 +1,36 @@
+---
+assumeFilename: io/source/services.cxx
+blacklist:
+ io/source/acceptor/acceptor.cxx:
+ # Avoid loplugin:unreffun error
+ - services.hxx
+ io/source/connector/connector.hxx:
+ # Base class needs full type
+ - com/sun/star/connection/XConnection.hpp
+ - com/sun/star/connection/XConnectionBroadcaster.hpp
+ # Don't replace with impl. detail
+ - osl/socket.hxx
+ - osl/pipe.hxx
+ io/source/connector/connector.cxx:
+ # Avoid loplugin:unreffun error
+ - services.hxx
+ io/source/TextInputStream/TextInputStream.cxx:
+ # Avoid loplugin:unreffun error
+ - services.hxx
+ io/source/TextOutputStream/TextOutputStream.cxx:
+ # Avoid loplugin:unreffun error
+ - services.hxx
+ io/source/stm/odata.cxx:
+ # Avoid loplugin:unreffun error
+ - services.hxx
+ io/source/stm/opipe.cxx:
+ # Avoid loplugin:unreffun error
+ - services.hxx
+ io/source/stm/opump.cxx:
+ # Avoid loplugin:unreffun error
+ - services.hxx
+ # Don't replace with URE API impl. detail
+ - cppuhelper/interfacecontainer.hxx
+ io/source/stm/omark.cxx:
+ # Avoid loplugin:unreffun error
+ - services.hxx