From 00bcbbf86d94792b11bbcc11b86acf8f63e34ae4 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 28 Feb 2020 00:49:17 +0100 Subject: tdf#42949 Fix IWYU warnings in svx/source/s*/*cxx Except for already done svx/source/sdr/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I1c4b34cf42aa9faa2f7de36fe1602059460c6c1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89656 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- svx/source/svdraw/sdrpaintwindow.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svx/source/svdraw/sdrpaintwindow.cxx') diff --git a/svx/source/svdraw/sdrpaintwindow.cxx b/svx/source/svdraw/sdrpaintwindow.cxx index 29bbec832122..991c2022b6ab 100644 --- a/svx/source/svdraw/sdrpaintwindow.cxx +++ b/svx/source/svdraw/sdrpaintwindow.cxx @@ -18,7 +18,6 @@ */ #include -#include #include #include #include -- cgit