summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dwfunctr.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-13 00:18:03 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-16 09:04:29 +0200
commit7dc9fb33db45c269fece6cfec993b124491c68f6 (patch)
treec9c585ff108bceb1e026a36e55fbb5633281f1b0 /sc/source/ui/inc/dwfunctr.hxx
parent2b920bdc12f3bf3a196ec0d6d59043a68e663e33 (diff)
tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*
Also files starting with capital letters. Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ia79de45524315e2aaa1283ee6e42c54c9e14a31e Reviewed-on: https://gerrit.libreoffice.org/61735 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/dwfunctr.hxx')
-rw-r--r--sc/source/ui/inc/dwfunctr.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/sc/source/ui/inc/dwfunctr.hxx b/sc/source/ui/inc/dwfunctr.hxx
index 5d55f7ad2261..2be013f2b9a7 100644
--- a/sc/source/ui/inc/dwfunctr.hxx
+++ b/sc/source/ui/inc/dwfunctr.hxx
@@ -19,17 +19,12 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_DWFUNCTR_HXX
#define INCLUDED_SC_SOURCE_UI_INC_DWFUNCTR_HXX
-#include <sfx2/childwin.hxx>
-#include <sfx2/dockwin.hxx>
-#include <svl/lstner.hxx>
-
#include <vcl/lstbox.hxx>
#include <vcl/button.hxx>
-#include <vcl/combobox.hxx>
#include <svx/sidebar/PanelLayout.hxx>
-#include "anyrefdg.hxx"
-#include <global.hxx>
-#include <funcdesc.hxx>
+
+class ScFuncDesc;
+namespace formula { class IFunctionDescription; }
class ScFunctionWin : public PanelLayout
{