diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-06 08:40:53 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-24 08:45:26 +0200 |
commit | 0a5eb01347b1bdeef706b2723fbc02d769f81369 (patch) | |
tree | b8ae927b7abf9420431cfe65367f9425d3b38c14 /vcl/source/image/ImplImage.cxx | |
parent | baff81bcfe67bab3339bebcd174eccbf913f3f9e (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'vcl/source/image/ImplImage.cxx')
-rw-r--r-- | vcl/source/image/ImplImage.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
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 <sal/log.hxx> #include <vcl/svapp.hxx> -#include <vcl/outdev.hxx> #include <vcl/bitmapex.hxx> -#include <vcl/alpha.hxx> -#include <vcl/window.hxx> -#include <vcl/bitmapaccess.hxx> -#include <vcl/virdev.hxx> -#include <vcl/image.hxx> #include <vcl/settings.hxx> #include <vcl/BitmapFilter.hxx> #include <vcl/ImageTree.hxx> -#include <vcl/imagerepository.hxx> #include <BitmapDisabledImageFilter.hxx> #include <comphelper/lok.hxx> #include <image.h> -#include <memory> ImplImage::ImplImage(const BitmapEx &rBitmapEx) : maBitmapChecksum(0) |