From a5dba7dbec8fb6ac709375fc7c5af0430dfb6c0b Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Fri, 16 Jun 2017 23:30:28 +0200 Subject: remove unused osl/mutex.hxx includes Change-Id: I3b50e45fdb99e9cd8bfda07356ee3ddb4dd0f8bb Reviewed-on: https://gerrit.libreoffice.org/38905 Tested-by: Jenkins Reviewed-by: Jochen Nitschke --- io/test/stm/datatest.cxx | 1 - io/test/stm/marktest.cxx | 1 - io/test/stm/pipetest.cxx | 1 - io/test/stm/pumptest.cxx | 1 - 4 files changed, 4 deletions(-) (limited to 'io') 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 #include -#include #include 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 #include -#include 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 #include -#include #include #include 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 #include #include -#include #include #include -- cgit