From be27538c6a13d6dd9343dc0092c841cfe8c3c3e5 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 28 Oct 2019 09:45:07 +0100 Subject: tdf#42949 Fix IWYU warnings in canvas/source/*/*hxx Except directx/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I4504e087edfd837a3a91df49e296bbf40778b030 Reviewed-on: https://gerrit.libreoffice.org/81586 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- canvas/source/tools/surface.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'canvas/source/tools/surface.hxx') diff --git a/canvas/source/tools/surface.hxx b/canvas/source/tools/surface.hxx index b941e9d09618..66d4fe3120c4 100644 --- a/canvas/source/tools/surface.hxx +++ b/canvas/source/tools/surface.hxx @@ -26,11 +26,8 @@ #include #include #include -#include #include -#include -#include "surfacerect.hxx" #include "pagemanager.hxx" namespace canvas -- cgit