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/gdi/virdev.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/gdi/virdev.cxx')
-rw-r--r-- | vcl/source/gdi/virdev.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/gdi/virdev.cxx b/vcl/source/gdi/virdev.cxx index 196ed44871cb..3d16815b2557 100644 --- a/vcl/source/gdi/virdev.cxx +++ b/vcl/source/gdi/virdev.cxx @@ -23,7 +23,6 @@ #include <outdev.h> #include <PhysicalFontCollection.hxx> #include <svdata.hxx> -#include <vcl/ITiledRenderable.hxx> #include <vcl/virdev.hxx> #include <sal/log.hxx> #include <tools/debug.hxx> |