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 /connectivity | |
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 'connectivity')
-rw-r--r-- | connectivity/source/cpool/ZDriverWrapper.hxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/jdbc/Object.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/mork/MColumnAlias.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/connectivity/source/cpool/ZDriverWrapper.hxx b/connectivity/source/cpool/ZDriverWrapper.hxx index c9b1d8d9362c..23c5c8d753bf 100644 --- a/connectivity/source/cpool/ZDriverWrapper.hxx +++ b/connectivity/source/cpool/ZDriverWrapper.hxx @@ -22,7 +22,6 @@ #include <com/sun/star/sdbc/XDriver.hpp> #include <cppuhelper/implbase.hxx> -#include <osl/mutex.hxx> #include <rtl/ref.hxx> #include <com/sun/star/uno/XAggregation.hpp> diff --git a/connectivity/source/drivers/jdbc/Object.cxx b/connectivity/source/drivers/jdbc/Object.cxx index 4f68ea755701..3b819d94cb65 100644 --- a/connectivity/source/drivers/jdbc/Object.cxx +++ b/connectivity/source/drivers/jdbc/Object.cxx @@ -23,7 +23,6 @@ #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> #include "java/tools.hxx" #include "java/sql/SQLException.hxx" -#include <osl/mutex.hxx> #include <osl/thread.h> #include "java/LocalRef.hxx" #include "resource/conn_shared_res.hrc" diff --git a/connectivity/source/drivers/mork/MColumnAlias.hxx b/connectivity/source/drivers/mork/MColumnAlias.hxx index 8dd54baac84b..cc1d2e18727c 100644 --- a/connectivity/source/drivers/mork/MColumnAlias.hxx +++ b/connectivity/source/drivers/mork/MColumnAlias.hxx @@ -23,7 +23,6 @@ #include <unotools/confignode.hxx> -#include <osl/mutex.hxx> #include <unordered_map> #include <vector> |