From 0a5eb01347b1bdeef706b2723fbc02d769f81369 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 6 Jul 2019 08:40:53 +0200 Subject: tdf#42949 Fix IWYU warnings in vcl/source/[f-i]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9991a1f4d8dde51b38cf8d114e4fb69ff4a349ea Reviewed-on: https://gerrit.libreoffice.org/75248 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- vcl/source/image/Image.cxx | 11 ----------- vcl/source/image/ImageTree.cxx | 1 - vcl/source/image/ImplImage.cxx | 8 -------- vcl/source/image/ImplImageTree.cxx | 2 -- 4 files changed, 22 deletions(-) (limited to 'vcl/source/image') diff --git a/vcl/source/image/Image.cxx b/vcl/source/image/Image.cxx index 4316f9145a16..01bce0514116 100644 --- a/vcl/source/image/Image.cxx +++ b/vcl/source/image/Image.cxx @@ -17,27 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include -#include -#include #include #include #include #include -#include #include -#include -#include #include #include -#include #include -#if OSL_DEBUG_LEVEL > 0 -#include -#endif - using namespace css; Image::Image() diff --git a/vcl/source/image/ImageTree.cxx b/vcl/source/image/ImageTree.cxx index 826671e110ec..83e2962cbf8e 100644 --- a/vcl/source/image/ImageTree.cxx +++ b/vcl/source/image/ImageTree.cxx @@ -11,7 +11,6 @@ #include #include #include -#include #include ImageTree & ImageTree::get() { diff --git a/vcl/source/image/ImplImage.cxx b/vcl/source/image/ImplImage.cxx index 2658aac303b7..702426270cf3 100644 --- a/vcl/source/image/ImplImage.cxx +++ b/vcl/source/image/ImplImage.cxx @@ -19,22 +19,14 @@ #include #include -#include #include -#include -#include -#include -#include -#include #include #include #include -#include #include #include #include -#include ImplImage::ImplImage(const BitmapEx &rBitmapEx) : maBitmapChecksum(0) diff --git a/vcl/source/image/ImplImageTree.cxx b/vcl/source/image/ImplImageTree.cxx index e1bf651e5b02..d90160c516eb 100644 --- a/vcl/source/image/ImplImageTree.cxx +++ b/vcl/source/image/ImplImageTree.cxx @@ -26,8 +26,6 @@ #include #include -#include -#include #include #include #include -- cgit