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/vbafont.cxx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'sc/source/ui/vba/vbafont.cxx') diff --git a/sc/source/ui/vba/vbafont.cxx b/sc/source/ui/vba/vbafont.cxx index 09ecf921cc3d..5dc152b112f3 100644 --- a/sc/source/ui/vba/vbafont.cxx +++ b/sc/source/ui/vba/vbafont.cxx @@ -16,15 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include -#include + #include -#include -#include -#include -#include -#include -#include #include #include #include -- cgit