From 8ddca0648a2b673b7dd5357871f79a83c3830ed8 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sun, 27 May 2018 14:07:43 +0200 Subject: tdf#42949 remove unused compheler includes .. and fix the fallout Change-Id: I15bc5d626f4d157cbc69a87392078b41e621d14e Reviewed-on: https://gerrit.libreoffice.org/54882 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- unotools/source/accessibility/accessiblerelationsethelper.cxx | 1 - unotools/source/accessibility/accessiblestatesethelper.cxx | 1 - unotools/source/misc/ZipPackageHelper.cxx | 1 - 3 files changed, 3 deletions(-) (limited to 'unotools/source') diff --git a/unotools/source/accessibility/accessiblerelationsethelper.cxx b/unotools/source/accessibility/accessiblerelationsethelper.cxx index b93192af973e..697cbd8b2608 100644 --- a/unotools/source/accessibility/accessiblerelationsethelper.cxx +++ b/unotools/source/accessibility/accessiblerelationsethelper.cxx @@ -23,7 +23,6 @@ #include #include #include -#include using namespace ::utl; using namespace ::com::sun::star; diff --git a/unotools/source/accessibility/accessiblestatesethelper.cxx b/unotools/source/accessibility/accessiblestatesethelper.cxx index 26cd61c1a5e8..480ae0ab274b 100644 --- a/unotools/source/accessibility/accessiblestatesethelper.cxx +++ b/unotools/source/accessibility/accessiblestatesethelper.cxx @@ -19,7 +19,6 @@ #include #include -#include // defines how many states the bitfield can contain // it has the size of 64 because I use a uInt64 diff --git a/unotools/source/misc/ZipPackageHelper.cxx b/unotools/source/misc/ZipPackageHelper.cxx index bfdd3b3c0902..4d4720417823 100644 --- a/unotools/source/misc/ZipPackageHelper.cxx +++ b/unotools/source/misc/ZipPackageHelper.cxx @@ -30,7 +30,6 @@ #include #include -#include #include #include #include -- cgit