summaryrefslogtreecommitdiff
path: root/io/source/acceptor/acceptor.hxx
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/source/acceptor/acceptor.hxx
parent5a2aba31867e0912700f6c976f152116d902fe21 (diff)
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/source/acceptor/acceptor.hxx')
-rw-r--r--io/source/acceptor/acceptor.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/io/source/acceptor/acceptor.hxx b/io/source/acceptor/acceptor.hxx
index 704529f57aae..a88f3728f5e7 100644
--- a/io/source/acceptor/acceptor.hxx
+++ b/io/source/acceptor/acceptor.hxx
@@ -24,7 +24,9 @@
#include <osl/socket.hxx>
#include <osl/mutex.hxx>
-#include <com/sun/star/connection/XConnection.hpp>
+#include <com/sun/star/uno/Reference.hxx>
+
+namespace com::sun::star::connection { class XConnection; }
namespace io_acceptor {