summaryrefslogtreecommitdiffstats
path: root/io
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-11-09 08:00:35 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-11-10 14:13:14 +0100
commit877f40ac3f2add2b6dc37bae280d4d98dd102286 (patch)
treeef0c12a289f076e0b9a9b76aaf32365a89e6acfc /io
parentlok: sidebar: disable context deactivation (diff)
downloadcore-877f40ac3f2add2b6dc37bae280d4d98dd102286.tar.gz
core-877f40ac3f2add2b6dc37bae280d4d98dd102286.zip
tdf#42949 Fix new IWYU warnings in directories [h-r]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I886b6f446293d3b1cfbf4ae05e8dbd7fabab9f20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105510 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'io')
-rw-r--r--io/IwyuFilter_io.yaml2
-rw-r--r--io/source/stm/opump.cxx2
2 files changed, 1 insertions, 3 deletions
diff --git a/io/IwyuFilter_io.yaml b/io/IwyuFilter_io.yaml
index 42fd7e3e5827..88e7eb0e05ae 100644
--- a/io/IwyuFilter_io.yaml
+++ b/io/IwyuFilter_io.yaml
@@ -1,5 +1,5 @@
---
-assumeFilename: io/source/services.cxx
+assumeFilename: io/source/stm/odata.cxx
excludelist:
io/source/connector/connector.hxx:
# Base class needs full type
diff --git a/io/source/stm/opump.cxx b/io/source/stm/opump.cxx
index b63f1a3a4895..7ba8752d8dfb 100644
--- a/io/source/stm/opump.cxx
+++ b/io/source/stm/opump.cxx
@@ -18,8 +18,6 @@
*/
-#include <sal/log.hxx>
-
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/io/NotConnectedException.hpp>
#include <com/sun/star/io/XActiveDataSource.hpp>