From ff8fdc310a13e677dfc97151f0752d7e88356b84 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 26 Oct 2018 14:24:54 +0200 Subject: tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6ca0168abc71b4d9b6d332dc0fd8a3c779fdaa87 Reviewed-on: https://gerrit.libreoffice.org/62524 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sc/source/ui/inc/scuiimoptdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/inc/scuiimoptdlg.hxx') diff --git a/sc/source/ui/inc/scuiimoptdlg.hxx b/sc/source/ui/inc/scuiimoptdlg.hxx index aa16ba72a62d..551b3aee9fbb 100644 --- a/sc/source/ui/inc/scuiimoptdlg.hxx +++ b/sc/source/ui/inc/scuiimoptdlg.hxx @@ -22,9 +22,9 @@ #include #include -#include "imoptdlg.hxx" class ScDelimiterTable; +class ScImportOptions; class ScImportOptionsDlg : public ModalDialog { -- cgit