From 4a6dc219fc0bb04f3e6a7f32344afcd058b38ebe Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 7 Apr 2019 18:43:32 +0200 Subject: tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib3252828385d1dc8faf48a428b1593199647a679 Reviewed-on: https://gerrit.libreoffice.org/70383 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- vbahelper/source/vbahelper/vbahelper.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vbahelper') diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx index 0c15bb670561..28459c87db78 100644 --- a/vbahelper/source/vbahelper/vbahelper.cxx +++ b/vbahelper/source/vbahelper/vbahelper.cxx @@ -47,6 +47,7 @@ #include #include #include +#include #include #include #include @@ -68,6 +69,7 @@ #include #include #include +#include #include #include #include -- cgit