From 969b55d8da528ea6295e5e9c56fae595bf3bd4ba Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 2 Nov 2019 11:49:52 +0100 Subject: tdf#42949 Fix IWYU warnings in canvas/*/*cxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ie1f6fe98f4e8bc792f5eae1ccdd697c997707004 Reviewed-on: https://gerrit.libreoffice.org/81930 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- canvas/source/vcl/cachedbitmap.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'canvas/source/vcl/cachedbitmap.cxx') diff --git a/canvas/source/vcl/cachedbitmap.cxx b/canvas/source/vcl/cachedbitmap.cxx index 2d65a40c5e33..404b8888402c 100644 --- a/canvas/source/vcl/cachedbitmap.cxx +++ b/canvas/source/vcl/cachedbitmap.cxx @@ -19,11 +19,8 @@ #include -#include -#include #include #include -#include #include #include "cachedbitmap.hxx" -- cgit