From 4a4adaebeeb2b116d88378b6ca7247fccbd3576a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 31 Aug 2019 16:30:08 +0200 Subject: tdf#42949 Fix IWYU warnings in sd/source/ui/[u-v]*/*cxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I878a639eee26f543093f640cd10b8cb7bfbbd108 Reviewed-on: https://gerrit.libreoffice.org/78350 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sd/source/ui/view/clview.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sd/source/ui/view/clview.cxx') diff --git a/sd/source/ui/view/clview.cxx b/sd/source/ui/view/clview.cxx index a73bd292314f..58b12cb37e52 100644 --- a/sd/source/ui/view/clview.cxx +++ b/sd/source/ui/view/clview.cxx @@ -17,11 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include - #include #include -#include namespace sd { -- cgit