From e8599a29c6540c05802d257671f3f4c572c73abc Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 20 Sep 2019 00:33:41 +0200 Subject: tdf#42949 Fix IWYU warnings in xmlhelp/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I266367d4f9e2b9bf637fc103a5e4876bd6b1d2b9 Reviewed-on: https://gerrit.libreoffice.org/79261 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- xmlhelp/source/cxxhelp/provider/inputstream.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmlhelp/source/cxxhelp/provider/inputstream.cxx') diff --git a/xmlhelp/source/cxxhelp/provider/inputstream.cxx b/xmlhelp/source/cxxhelp/provider/inputstream.cxx index e5f18bb5fcc9..8eaebf364320 100644 --- a/xmlhelp/source/cxxhelp/provider/inputstream.cxx +++ b/xmlhelp/source/cxxhelp/provider/inputstream.cxx @@ -27,7 +27,6 @@ using namespace chelp; using namespace com::sun::star; -using namespace com::sun::star::ucb; XInputStream_impl::XInputStream_impl( const OUString& aUncPath ) -- cgit