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/tpcompatibility.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/optdlg/tpcompatibility.cxx') diff --git a/sc/source/ui/optdlg/tpcompatibility.cxx b/sc/source/ui/optdlg/tpcompatibility.cxx index 593ac69610be..efd464e4750d 100644 --- a/sc/source/ui/optdlg/tpcompatibility.cxx +++ b/sc/source/ui/optdlg/tpcompatibility.cxx @@ -9,10 +9,11 @@ #undef SC_DLLIMPLEMENTATION -#include +#include + #include #include -#include +#include ScTpCompatOptions::ScTpCompatOptions(vcl::Window *pParent, const SfxItemSet &rCoreAttrs) : SfxTabPage(pParent, "OptCompatibilityPage","modules/scalc/ui/optcompatibilitypage.ui", &rCoreAttrs) -- cgit