From 754c6af45ac64e2fec04e0bbea571c2892a672d8 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 28 Feb 2019 04:42:42 +0100 Subject: tdf#42949 Fix IWYU warnings in include/basic/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9dd7984affc4343f148c66077feaac19176adf51 Reviewed-on: https://gerrit.libreoffice.org/68769 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/basic/vbahelper.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/basic/vbahelper.hxx') diff --git a/include/basic/vbahelper.hxx b/include/basic/vbahelper.hxx index ce0d689e730e..10372abf392b 100644 --- a/include/basic/vbahelper.hxx +++ b/include/basic/vbahelper.hxx @@ -20,10 +20,12 @@ #ifndef INCLUDED_BASIC_VBAHELPER_HXX #define INCLUDED_BASIC_VBAHELPER_HXX -#include #include #include +namespace com::sun::star::frame { class XModel; } +namespace com::sun::star::uno { template class Reference; } + namespace basic { namespace vba { -- cgit