diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-06-16 23:30:28 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-06-18 13:38:25 +0200 |
commit | a5dba7dbec8fb6ac709375fc7c5af0430dfb6c0b (patch) | |
tree | 6fce5bdca06f99da25e2eb534b79ca46d6b328ea /remotebridges | |
parent | 0c2623978ec45a374dbd9119ed3ff44b7741875a (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 'remotebridges')
-rw-r--r-- | remotebridges/source/unourl_resolver/unourl_resolver.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/remotebridges/source/unourl_resolver/unourl_resolver.cxx b/remotebridges/source/unourl_resolver/unourl_resolver.cxx index 1a1ba382c927..5e212f4b619c 100644 --- a/remotebridges/source/unourl_resolver/unourl_resolver.cxx +++ b/remotebridges/source/unourl_resolver/unourl_resolver.cxx @@ -31,10 +31,8 @@ #include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> #include "cppuhelper/unourl.hxx" -#include <osl/mutex.hxx> using namespace cppu; -using namespace osl; using namespace com::sun::star::uno; using namespace com::sun::star::lang; using namespace com::sun::star::connection; |