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 /io | |
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 'io')
-rw-r--r-- | io/test/stm/datatest.cxx | 1 | ||||
-rw-r--r-- | io/test/stm/marktest.cxx | 1 | ||||
-rw-r--r-- | io/test/stm/pipetest.cxx | 1 | ||||
-rw-r--r-- | io/test/stm/pumptest.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/io/test/stm/datatest.cxx b/io/test/stm/datatest.cxx index 283344c271ee..a085bf6d7d5b 100644 --- a/io/test/stm/datatest.cxx +++ b/io/test/stm/datatest.cxx @@ -35,7 +35,6 @@ #include <cppuhelper/implbase.hxx> #include <osl/conditn.hxx> -#include <osl/mutex.hxx> #include <string.h> diff --git a/io/test/stm/marktest.cxx b/io/test/stm/marktest.cxx index 8892e7338330..fbfc2008214f 100644 --- a/io/test/stm/marktest.cxx +++ b/io/test/stm/marktest.cxx @@ -29,7 +29,6 @@ #include <cppuhelper/implbase.hxx> #include <osl/conditn.hxx> -#include <osl/mutex.hxx> using namespace ::osl; using namespace ::cppu; diff --git a/io/test/stm/pipetest.cxx b/io/test/stm/pipetest.cxx index f817cd2acff2..6744ad1037a1 100644 --- a/io/test/stm/pipetest.cxx +++ b/io/test/stm/pipetest.cxx @@ -31,7 +31,6 @@ #include <cppuhelper/implbase.hxx> #include <osl/conditn.hxx> -#include <osl/mutex.hxx> #include <osl/thread.hxx> #include <string.h> diff --git a/io/test/stm/pumptest.cxx b/io/test/stm/pumptest.cxx index b328048dc88f..8077760a351f 100644 --- a/io/test/stm/pumptest.cxx +++ b/io/test/stm/pumptest.cxx @@ -35,7 +35,6 @@ #include <uno/mapping.hxx> #include <cppuhelper/implbase.hxx> #include <cppuhelper/factory.hxx> -#include <osl/mutex.hxx> #include <osl/thread.h> #include <list> |