From b8a0f8c6f34c7f916e53935e410a5a68931bb739 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 7 Mar 2019 07:51:39 +0100 Subject: tdf#42949 Fix IWYU warnings in sc/source/ui/[f-o]*/*cxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I56e32029f40a7c440143e395d851396fb2740fa8 Reviewed-on: https://gerrit.libreoffice.org/68837 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sc/source/ui/optdlg/tpcalc.cxx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sc/source/ui/optdlg/tpcalc.cxx') diff --git a/sc/source/ui/optdlg/tpcalc.cxx b/sc/source/ui/optdlg/tpcalc.cxx index 3f7f11da2d60..cc29f7ce7789 100644 --- a/sc/source/ui/optdlg/tpcalc.cxx +++ b/sc/source/ui/optdlg/tpcalc.cxx @@ -19,23 +19,17 @@ #undef SC_DLLIMPLEMENTATION -#include #include +#include -#include #include #include -#include -#include -#include #include #include #include #include -#include - ScTpCalcOptions::ScTpCalcOptions(vcl::Window* pParent, const SfxItemSet& rCoreAttrs) : SfxTabPage(pParent, "OptCalculatePage", "modules/scalc/ui/optcalculatepage.ui", &rCoreAttrs) -- cgit