From 071df4770dfe421d96d3df748af751eaae6982c3 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 10 Mar 2021 20:48:37 +0000 Subject: use some forward declares to reduce includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic3a6d9a9569f909a7480d9da09709dbd60259e97 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112323 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- include/sfx2/tbxctrl.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/sfx2/tbxctrl.hxx') diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx index 65d44088629e..7150d64adbcf 100644 --- a/include/sfx2/tbxctrl.hxx +++ b/include/sfx2/tbxctrl.hxx @@ -25,11 +25,12 @@ #include #include #include -#include #include +#include namespace com::sun::star::frame { class XDispatchProvider; } namespace com::sun::star::frame { class XFrame; } +namespace vcl { class Window; } class InterimItemWindow; class SfxToolBoxControl; -- cgit