diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-01-20 20:54:56 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-01-27 18:52:16 +0100 |
commit | 67478f9d637096781c9e3df64896b1ddaccc331b (patch) | |
tree | 09fde17b999d48faba4938ad6c1accccc79af38b /io | |
parent | c73670326ce5b571c31d43721729a05a11563b01 (diff) |
Recheck modules [i-l]* with IWYU
See tdf#42949 for motivation
Change-Id: I758bb27e93779e3df21c463714e49354748f446f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128715
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'io')
-rw-r--r-- | io/source/acceptor/acc_pipe.cxx | 1 | ||||
-rw-r--r-- | io/source/acceptor/acc_socket.cxx | 1 | ||||
-rw-r--r-- | io/source/connector/ctr_socket.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/io/source/acceptor/acc_pipe.cxx b/io/source/acceptor/acc_pipe.cxx index d95ea998e6c1..db43c58db103 100644 --- a/io/source/acceptor/acc_pipe.cxx +++ b/io/source/acceptor/acc_pipe.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/io/IOException.hpp> #include <osl/diagnose.h> -#include <osl/mutex.hxx> #include <cppuhelper/implbase.hxx> #include <rtl/ref.hxx> diff --git a/io/source/acceptor/acc_socket.cxx b/io/source/acceptor/acc_socket.cxx index 9d4f6fe7fe85..d52fdc423bdf 100644 --- a/io/source/acceptor/acc_socket.cxx +++ b/io/source/acceptor/acc_socket.cxx @@ -22,7 +22,6 @@ #include <unordered_set> #include <mutex> -#include <rtl/ustrbuf.hxx> #include <rtl/ref.hxx> #include <com/sun/star/connection/XConnection.hpp> #include <com/sun/star/connection/XConnectionBroadcaster.hpp> diff --git a/io/source/connector/ctr_socket.cxx b/io/source/connector/ctr_socket.cxx index a171dc9e7d3b..dcdeef07ff83 100644 --- a/io/source/connector/ctr_socket.cxx +++ b/io/source/connector/ctr_socket.cxx @@ -20,7 +20,6 @@ #include "connector.hxx" #include <com/sun/star/io/IOException.hpp> -#include <rtl/ustrbuf.hxx> using namespace ::osl; using namespace ::com::sun::star::uno; |