From 6abfb78333faa11a7790eb18a79753992efc2737 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 12 Aug 2019 12:28:03 +0200 Subject: tdf#42949 Fix IWYU warnings in sw/source/ui/*/*hxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6dcdf9865589b1886a3ebaa1f37cbe8e2da7c98d Reviewed-on: https://gerrit.libreoffice.org/77348 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/source/ui/vba/vbaview.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/source/ui/vba/vbaview.hxx') diff --git a/sw/source/ui/vba/vbaview.hxx b/sw/source/ui/vba/vbaview.hxx index bee0c957948b..9921fb3c3763 100644 --- a/sw/source/ui/vba/vbaview.hxx +++ b/sw/source/ui/vba/vbaview.hxx @@ -23,7 +23,6 @@ #include #include #include -#include #include typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XView > SwVbaView_BASE; -- cgit