diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-10-25 12:05:23 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-10-29 16:57:49 +0100 |
commit | c920592d2e431d96a1a8c5896a23d7dc59b01cf6 (patch) | |
tree | a50877ed344305c19c74226755316faa56e77aa2 /ucb/source/ucp/webdav/webdavprovider.cxx | |
parent | e4ea1d08296755cb765e699325b895cac448e0df (diff) |
tdf#42949 Fix IWYU warnings in ucb/*/*cxx
Also recheck hxx files after recent changes in f-u-i
Note: to build ucb/source/ucp/webdav one needs to use the
--with-webdav=serf
configure option
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I69c3a869394b0667b4d51e18e5293000872227a5
Reviewed-on: https://gerrit.libreoffice.org/81496
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'ucb/source/ucp/webdav/webdavprovider.cxx')
-rw-r--r-- | ucb/source/ucp/webdav/webdavprovider.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ucb/source/ucp/webdav/webdavprovider.cxx b/ucb/source/ucp/webdav/webdavprovider.cxx index 62cfe28d626d..9a78c0648ebe 100644 --- a/ucb/source/ucp/webdav/webdavprovider.cxx +++ b/ucb/source/ucp/webdav/webdavprovider.cxx @@ -25,10 +25,6 @@ #include <cppuhelper/queryinterface.hxx> #include <osl/mutex.hxx> -#include <rtl/ustrbuf.hxx> -#include <comphelper/processfactory.hxx> -#include <com/sun/star/beans/NamedValue.hpp> -#include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/ucb/IllegalIdentifierException.hpp> #include <tools/urlobj.hxx> |