From 9059457a1a8385cb80b5dd2c797cee77af4222a9 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 28 Nov 2018 04:37:16 +0100 Subject: tdf#42949 Fix IWYU warnings in sc/source/ui/*/hxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I3a945828b4c74be7747850e3e0eab2f4adeb67fd Reviewed-on: https://gerrit.libreoffice.org/64140 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sc/source/ui/vba/vbacomments.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sc/source/ui/vba/vbacomments.cxx') diff --git a/sc/source/ui/vba/vbacomments.cxx b/sc/source/ui/vba/vbacomments.cxx index 5841df0f84b1..02c5f9c1be32 100644 --- a/sc/source/ui/vba/vbacomments.cxx +++ b/sc/source/ui/vba/vbacomments.cxx @@ -17,9 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include "vbacomments.hxx" +#include "vbacomment.hxx" +#include #include #include +#include #include "vbaglobals.hxx" -- cgit