summaryrefslogtreecommitdiff
path: root/include/ucbhelper
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-06-16 23:30:28 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2017-06-18 13:38:25 +0200
commita5dba7dbec8fb6ac709375fc7c5af0430dfb6c0b (patch)
tree6fce5bdca06f99da25e2eb534b79ca46d6b328ea /include/ucbhelper
parent0c2623978ec45a374dbd9119ed3ff44b7741875a (diff)
remove unused osl/mutex.hxx includes
Change-Id: I3b50e45fdb99e9cd8bfda07356ee3ddb4dd0f8bb Reviewed-on: https://gerrit.libreoffice.org/38905 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'include/ucbhelper')
-rw-r--r--include/ucbhelper/contenthelper.hxx1
-rw-r--r--include/ucbhelper/fd_inputstream.hxx1
-rw-r--r--include/ucbhelper/macros.hxx1
-rw-r--r--include/ucbhelper/providerhelper.hxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/include/ucbhelper/contenthelper.hxx b/include/ucbhelper/contenthelper.hxx
index 2eb9c7209b6a..7d773b33259f 100644
--- a/include/ucbhelper/contenthelper.hxx
+++ b/include/ucbhelper/contenthelper.hxx
@@ -34,7 +34,6 @@
#include <com/sun/star/ucb/CommandAbortedException.hpp>
#include <cppuhelper/weak.hxx>
-#include <osl/mutex.hxx>
#include <rtl/ref.hxx>
#include <ucbhelper/macros.hxx>
#include <ucbhelper/ucbhelperdllapi.h>
diff --git a/include/ucbhelper/fd_inputstream.hxx b/include/ucbhelper/fd_inputstream.hxx
index da0aec5ac1e6..4b098160721d 100644
--- a/include/ucbhelper/fd_inputstream.hxx
+++ b/include/ucbhelper/fd_inputstream.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_UCBHELPER_FD_INPUTSTREAM_HXX
#include <rtl/ustring.hxx>
-#include <osl/mutex.hxx>
#include <osl/file.h>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XSeekable.hpp>
diff --git a/include/ucbhelper/macros.hxx b/include/ucbhelper/macros.hxx
index 6be773977867..b218f94269b8 100644
--- a/include/ucbhelper/macros.hxx
+++ b/include/ucbhelper/macros.hxx
@@ -27,7 +27,6 @@
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/typeprovider.hxx>
-#include <osl/mutex.hxx>
#include <ucbhelper/getcomponentcontext.hxx>
diff --git a/include/ucbhelper/providerhelper.hxx b/include/ucbhelper/providerhelper.hxx
index 287eca580a52..894d6177b41b 100644
--- a/include/ucbhelper/providerhelper.hxx
+++ b/include/ucbhelper/providerhelper.hxx
@@ -28,7 +28,6 @@
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <cppuhelper/weak.hxx>
-#include <osl/mutex.hxx>
#include <rtl/ref.hxx>
#include <ucbhelper/macros.hxx>
#include <ucbhelper/ucbhelperdllapi.h>