summaryrefslogtreecommitdiff
path: root/vcl/source
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 /vcl/source
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 'vcl/source')
-rw-r--r--vcl/source/app/svdata.cxx1
-rw-r--r--vcl/source/components/factory.cxx1
-rw-r--r--vcl/source/control/edit.cxx2
-rw-r--r--vcl/source/edit/textview.cxx2
-rw-r--r--vcl/source/helper/canvasbitmap.cxx1
5 files changed, 0 insertions, 7 deletions
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index 00727e26ed13..6ea821411e36 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -21,7 +21,6 @@
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
-#include <osl/mutex.hxx>
#include <rtl/process.h>
#include <tools/resary.hxx>
#include <tools/gen.hxx>
diff --git a/vcl/source/components/factory.cxx b/vcl/source/components/factory.cxx
index c6096b46bb0b..4d7fa497ef35 100644
--- a/vcl/source/components/factory.cxx
+++ b/vcl/source/components/factory.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <osl/mutex.hxx>
#include <rtl/ustrbuf.hxx>
#include <uno/dispatcher.h>
#include <uno/mapping.hxx>
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx
index b1cad70899be..7b30affd8732 100644
--- a/vcl/source/control/edit.cxx
+++ b/vcl/source/control/edit.cxx
@@ -33,8 +33,6 @@
#include <svids.hrc>
#include <controldata.hxx>
-#include <osl/mutex.hxx>
-
#include <com/sun/star/i18n/BreakIterator.hpp>
#include <com/sun/star/i18n/CharacterIteratorMode.hpp>
#include <com/sun/star/i18n/WordType.hpp>
diff --git a/vcl/source/edit/textview.cxx b/vcl/source/edit/textview.cxx
index 544a44ad09f6..217ccfb1e321 100644
--- a/vcl/source/edit/textview.cxx
+++ b/vcl/source/edit/textview.cxx
@@ -57,8 +57,6 @@
#include <sot/exchange.hxx>
-#include <osl/mutex.hxx>
-
#include <algorithm>
#include <cstddef>
diff --git a/vcl/source/helper/canvasbitmap.cxx b/vcl/source/helper/canvasbitmap.cxx
index 05d99ecb1238..1ca2aa7e569b 100644
--- a/vcl/source/helper/canvasbitmap.cxx
+++ b/vcl/source/helper/canvasbitmap.cxx
@@ -26,7 +26,6 @@
#include <com/sun/star/rendering/RenderingIntent.hpp>
#include <rtl/instance.hxx>
-#include <osl/mutex.hxx>
#include <tools/diagnose_ex.h>
#include <canvasbitmap.hxx>