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 --- filter/source/flash/swfuno.cxx | 1 - filter/source/pdf/pdfuno.cxx | 1 - filter/source/svg/svgfilter.cxx | 2 -- filter/source/t602/filterenv.cxx | 1 - filter/source/xmlfilteradaptor/genericfilter.cxx | 1 - filter/source/xsltdialog/xmlfiltertestdialog.cxx | 1 - 6 files changed, 7 deletions(-) (limited to 'filter/source') diff --git a/filter/source/flash/swfuno.cxx b/filter/source/flash/swfuno.cxx index 9956662cdf0f..eb71a0f1a2d0 100644 --- a/filter/source/flash/swfuno.cxx +++ b/filter/source/flash/swfuno.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include #include #include diff --git a/filter/source/pdf/pdfuno.cxx b/filter/source/pdf/pdfuno.cxx index 94c8769120f0..e3ce4a7091cc 100644 --- a/filter/source/pdf/pdfuno.cxx +++ b/filter/source/pdf/pdfuno.cxx @@ -18,7 +18,6 @@ */ -#include #include #include #include diff --git a/filter/source/svg/svgfilter.cxx b/filter/source/svg/svgfilter.cxx index 02ef2098ee3d..88e0525cc4cc 100644 --- a/filter/source/svg/svgfilter.cxx +++ b/filter/source/svg/svgfilter.cxx @@ -50,8 +50,6 @@ #include #include -#include - #include "svgfilter.hxx" #include "svgwriter.hxx" diff --git a/filter/source/t602/filterenv.cxx b/filter/source/t602/filterenv.cxx index 959d4af6e9e9..99491384c1c8 100644 --- a/filter/source/t602/filterenv.cxx +++ b/filter/source/t602/filterenv.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include #include diff --git a/filter/source/xmlfilteradaptor/genericfilter.cxx b/filter/source/xmlfilteradaptor/genericfilter.cxx index 57c5a61dcd03..f40ef510ccb2 100644 --- a/filter/source/xmlfilteradaptor/genericfilter.cxx +++ b/filter/source/xmlfilteradaptor/genericfilter.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include #include #include diff --git a/filter/source/xsltdialog/xmlfiltertestdialog.cxx b/filter/source/xsltdialog/xmlfiltertestdialog.cxx index f06cc88d3304..bc07a5ae176d 100644 --- a/filter/source/xsltdialog/xmlfiltertestdialog.cxx +++ b/filter/source/xsltdialog/xmlfiltertestdialog.cxx @@ -38,7 +38,6 @@ #include #include -#include #include #include #include -- cgit