diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-25 22:42:41 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-10-01 16:49:27 +0200 |
commit | 6076335b06c3c67634b439b96cd32817ff77d0d9 (patch) | |
tree | ba2d183bca19a61e5c2d5d34baad5b7075d55f45 /ucb/source/ucp/file/bc.hxx | |
parent | 93ebf6a85f699e0594e05374ac37f8e582292d4f (diff) |
tdf#42949 Fix IWYU warnings in ucb/source/*/*hxx
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: I6da50aeeea0c05d49b8b9eadf67ab91d3d250f41
Reviewed-on: https://gerrit.libreoffice.org/79577
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'ucb/source/ucp/file/bc.hxx')
-rw-r--r-- | ucb/source/ucp/file/bc.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ucb/source/ucp/file/bc.hxx b/ucb/source/ucp/file/bc.hxx index d3fba7635af2..4bfd72abc4de 100644 --- a/ucb/source/ucp/file/bc.hxx +++ b/ucb/source/ucp/file/bc.hxx @@ -23,7 +23,6 @@ #include <osl/mutex.hxx> #include <rtl/ustring.hxx> #include <cppuhelper/weak.hxx> -#include <ucbhelper/macros.hxx> #include <comphelper/interfacecontainer2.hxx> #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> @@ -31,11 +30,9 @@ #include <com/sun/star/ucb/XCommandProcessor.hpp> #include <com/sun/star/beans/XPropertiesChangeNotifier.hpp> #include <com/sun/star/ucb/XContent.hpp> -#include <com/sun/star/ucb/XContentProvider.hpp> #include <com/sun/star/ucb/XDynamicResultSet.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/sdbc/XRow.hpp> -#include <com/sun/star/beans/PropertyChangeEvent.hpp> #include <com/sun/star/beans/Property.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/ucb/XCommandInfo.hpp> @@ -46,9 +43,8 @@ #include <com/sun/star/beans/XPropertySetInfoChangeListener.hpp> #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/ucb/XContentCreator.hpp> -#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/ucb/OpenCommandArgument2.hpp> -#include <com/sun/star/ucb/InteractiveBadTransferURLException.hpp> +#include <com/sun/star/ucb/TransferInfo.hpp> #include "filtask.hxx" |