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/vbacomment.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/source/ui/vba/vbacomment.cxx') diff --git a/sc/source/ui/vba/vbacomment.cxx b/sc/source/ui/vba/vbacomment.cxx index b22cc8210350..348ecf7b0006 100644 --- a/sc/source/ui/vba/vbacomment.cxx +++ b/sc/source/ui/vba/vbacomment.cxx @@ -18,7 +18,6 @@ */ #include "vbacomment.hxx" -#include #include #include #include @@ -28,13 +27,14 @@ #include #include #include -#include +#include +#include +#include #include #include #include #include -#include "vbaglobals.hxx" #include "vbacomments.hxx" using namespace ::ooo::vba; -- cgit