From 01d780e2fa42ba04b55104cb012f00b6b3cbb162 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 14 Jul 2019 20:01:29 +0200 Subject: tdf#42949 Fix IWYU warnings in sc/source/ui/vba/*cxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I888a8f7269c03d9d4d066032f90564f92c4af2e4 Reviewed-on: https://gerrit.libreoffice.org/75596 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sc/source/ui/vba/vbawindow.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sc/source/ui/vba/vbawindow.cxx') diff --git a/sc/source/ui/vba/vbawindow.cxx b/sc/source/ui/vba/vbawindow.cxx index 35818b1bac0c..848687dd3bc9 100644 --- a/sc/source/ui/vba/vbawindow.cxx +++ b/sc/source/ui/vba/vbawindow.cxx @@ -17,23 +17,23 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include +#include "excelvbahelper.hxx" #include "service.hxx" #include "vbawindow.hxx" #include "vbaworksheets.hxx" #include "vbaworksheet.hxx" -#include "vbaglobals.hxx" +#include "vbaworkbook.hxx" #include "vbapane.hxx" #include #include +#include +#include #include #include #include +#include #include #include -#include -#include -#include -#include #include #include #include -- cgit