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 | |
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')
-rw-r--r-- | ucb/source/ucp/webdav/DAVSessionFactory.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/SerfSession.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/SerfUri.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/webdavcontent.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/webdavcontentcaps.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/webdavdatasupplier.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/webdavprovider.cxx | 4 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/webdavresultset.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/webdavservices.cxx | 2 |
10 files changed, 0 insertions, 15 deletions
diff --git a/ucb/source/ucp/webdav/DAVSessionFactory.cxx b/ucb/source/ucp/webdav/DAVSessionFactory.cxx index a0f5df5a9ad2..78aadb7e2dfa 100644 --- a/ucb/source/ucp/webdav/DAVSessionFactory.cxx +++ b/ucb/source/ucp/webdav/DAVSessionFactory.cxx @@ -21,7 +21,6 @@ #include "DAVSessionFactory.hxx" #include "SerfSession.hxx" #include "SerfUri.hxx" -#include <com/sun/star/uno/XComponentContext.hpp> using namespace http_dav_ucp; using namespace com::sun::star; diff --git a/ucb/source/ucp/webdav/SerfSession.cxx b/ucb/source/ucp/webdav/SerfSession.cxx index 6bcdc0b1ec11..3eef64b9e4dd 100644 --- a/ucb/source/ucp/webdav/SerfSession.cxx +++ b/ucb/source/ucp/webdav/SerfSession.cxx @@ -19,7 +19,6 @@ #include <vector> #include <string.h> -#include <rtl/string.h> #include <sal/log.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> @@ -34,7 +33,6 @@ #include "SerfRequestProcessor.hxx" #include "SerfCallbacks.hxx" #include "SerfInputStream.hxx" -#include "UCBDeadPropertyValue.hxx" #include <com/sun/star/xml/crypto/SEInitializer.hpp> #include <com/sun/star/xml/crypto/XSecurityEnvironment.hpp> diff --git a/ucb/source/ucp/webdav/SerfUri.cxx b/ucb/source/ucp/webdav/SerfUri.cxx index 43bf4ce56c85..f146dfade70b 100644 --- a/ucb/source/ucp/webdav/SerfUri.cxx +++ b/ucb/source/ucp/webdav/SerfUri.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <string.h> #include <rtl/uri.hxx> #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> diff --git a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx index 39e9cda4b9c9..0f3543012ce7 100644 --- a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx +++ b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <string.h> #include <rtl/ustrbuf.hxx> #include <sal/log.hxx> #include "UCBDeadPropertyValue.hxx" diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx index 813c2c620582..de9031a30781 100644 --- a/ucb/source/ucp/webdav/webdavcontent.cxx +++ b/ucb/source/ucp/webdav/webdavcontent.cxx @@ -20,7 +20,6 @@ #include <memory> #include <cppuhelper/queryinterface.hxx> -#include <osl/diagnose.h> #include <rtl/uri.hxx> #include <rtl/ustrbuf.hxx> #include <sal/log.hxx> diff --git a/ucb/source/ucp/webdav/webdavcontentcaps.cxx b/ucb/source/ucp/webdav/webdavcontentcaps.cxx index 6e0e09d32b11..f26ebb01d21f 100644 --- a/ucb/source/ucp/webdav/webdavcontentcaps.cxx +++ b/ucb/source/ucp/webdav/webdavcontentcaps.cxx @@ -36,7 +36,6 @@ #include "webdavcontent.hxx" #include "webdavprovider.hxx" #include "DAVProperties.hxx" -#include "DAVSession.hxx" #include "ContentProperties.hxx" using namespace com::sun::star; diff --git a/ucb/source/ucp/webdav/webdavdatasupplier.cxx b/ucb/source/ucp/webdav/webdavdatasupplier.cxx index c0afdc6448e8..17f4f2051b41 100644 --- a/ucb/source/ucp/webdav/webdavdatasupplier.cxx +++ b/ucb/source/ucp/webdav/webdavdatasupplier.cxx @@ -29,7 +29,6 @@ #include "webdavdatasupplier.hxx" #include "webdavcontent.hxx" #include "ContentProperties.hxx" -#include "DAVSession.hxx" #include "DAVProperties.hxx" #include "SerfUri.hxx" #include <com/sun/star/ucb/IllegalIdentifierException.hpp> 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> diff --git a/ucb/source/ucp/webdav/webdavresultset.cxx b/ucb/source/ucp/webdav/webdavresultset.cxx index dfe3f8816317..e67dd1558d1a 100644 --- a/ucb/source/ucp/webdav/webdavresultset.cxx +++ b/ucb/source/ucp/webdav/webdavresultset.cxx @@ -26,7 +26,6 @@ *************************************************************************/ #include "webdavresultset.hxx" -#include "DAVSession.hxx" using namespace com::sun::star; using namespace http_dav_ucp; diff --git a/ucb/source/ucp/webdav/webdavservices.cxx b/ucb/source/ucp/webdav/webdavservices.cxx index d082176d176a..110daa90596a 100644 --- a/ucb/source/ucp/webdav/webdavservices.cxx +++ b/ucb/source/ucp/webdav/webdavservices.cxx @@ -19,8 +19,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> -#include <com/sun/star/registry/XRegistryKey.hpp> -#include <uno/lbnames.h> #include "webdavprovider.hxx" using namespace com::sun::star; |