From a0d8600bbcc2fd108b1f44ca735a921bc8b4b577 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 12 Jan 2020 01:40:03 +0100 Subject: tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I68110cdc5cff99a3bc15184c04ae309412511f9c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86633 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- svx/source/dialog/hyperdlg.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'svx/source/dialog/hyperdlg.cxx') diff --git a/svx/source/dialog/hyperdlg.cxx b/svx/source/dialog/hyperdlg.cxx index d08a17d6c06f..27976ef1bd20 100644 --- a/svx/source/dialog/hyperdlg.cxx +++ b/svx/source/dialog/hyperdlg.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include -#include #include #include #include -- cgit