summaryrefslogtreecommitdiff
path: root/include/unotools/ucbstreamhelper.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-20 12:00:50 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-26 15:08:18 +0200
commit33623f3117d88683fbc9e66792e5030c0322946e (patch)
treeb817ac4b192e355de61ebff3e22187ca414cf8f2 /include/unotools/ucbstreamhelper.hxx
parent31a8d9c711dfdbdb4b11067125d763b1d570033b (diff)
tdf#42949 Fix IWYU warnings in include/unotools/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I444c43b9d549977039f25bec2b5bf666c3e15e0e Reviewed-on: https://gerrit.libreoffice.org/62041 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/unotools/ucbstreamhelper.hxx')
-rw-r--r--include/unotools/ucbstreamhelper.hxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/unotools/ucbstreamhelper.hxx b/include/unotools/ucbstreamhelper.hxx
index f037571fe212..fd0a8cd13bad 100644
--- a/include/unotools/ucbstreamhelper.hxx
+++ b/include/unotools/ucbstreamhelper.hxx
@@ -19,9 +19,6 @@
#ifndef INCLUDED_UNOTOOLS_UCBSTREAMHELPER_HXX
#define INCLUDED_UNOTOOLS_UCBSTREAMHELPER_HXX
-#include <com/sun/star/uno/Reference.hxx>
-#include <com/sun/star/io/XInputStream.hpp>
-#include <com/sun/star/io/XStream.hpp>
#include <unotools/unotoolsdllapi.h>
#include <tools/stream.hxx>
@@ -33,10 +30,6 @@ namespace com
{
namespace star
{
- namespace task
- {
- class XInteractionHandler;
- }
namespace io
{
class XStream;
@@ -45,11 +38,10 @@ namespace com
}
}
}
+namespace com { namespace sun { namespace star { namespace uno { template <typename > class Reference; } } } }
namespace utl
{
- class UcbLockBytesHandler;
-
class UNOTOOLS_DLLPUBLIC UcbStreamHelper
{
public: