From 4b785097f1c49ead50e6a2085befcd37c800207b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 19 Mar 2018 20:49:34 +0000 Subject: drop unnecessary includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1a817d5575bbd57ecaa874a27158b9218e4210cc Reviewed-on: https://gerrit.libreoffice.org/51603 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sc/source/ui/condformat/condformatdlg.cxx | 1 - sc/source/ui/condformat/condformatdlgentry.cxx | 1 - sc/source/ui/condformat/condformatmgr.cxx | 1 - 3 files changed, 3 deletions(-) (limited to 'sc/source/ui/condformat') diff --git a/sc/source/ui/condformat/condformatdlg.cxx b/sc/source/ui/condformat/condformatdlg.cxx index fa5676961b29..b79bb01782a0 100644 --- a/sc/source/ui/condformat/condformatdlg.cxx +++ b/sc/source/ui/condformat/condformatdlg.cxx @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx index cbec1095517c..88fac76ec789 100644 --- a/sc/source/ui/condformat/condformatdlgentry.cxx +++ b/sc/source/ui/condformat/condformatdlgentry.cxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include diff --git a/sc/source/ui/condformat/condformatmgr.cxx b/sc/source/ui/condformat/condformatmgr.cxx index 76236fede3ac..28c5185cb17d 100644 --- a/sc/source/ui/condformat/condformatmgr.cxx +++ b/sc/source/ui/condformat/condformatmgr.cxx @@ -11,7 +11,6 @@ #include #include #include -#include #include ScCondFormatManagerWindow::ScCondFormatManagerWindow(SvSimpleTableContainer& rParent, -- cgit