diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-11-02 11:49:52 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-11-06 14:23:21 +0100 |
commit | 969b55d8da528ea6295e5e9c56fae595bf3bd4ba (patch) | |
tree | 2e6276d6c6c442d3b9b14e795cf73827e322c4cb /canvas/source/vcl/cachedbitmap.cxx | |
parent | 2b77d9dba51e1c3841428f3343e9186ca9c446ae (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'canvas/source/vcl/cachedbitmap.cxx')
-rw-r--r-- | canvas/source/vcl/cachedbitmap.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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 <sal/config.h> -#include <basegfx/matrix/b2dhommatrix.hxx> -#include <basegfx/utils/canvastools.hxx> #include <com/sun/star/rendering/XCanvas.hpp> #include <com/sun/star/rendering/RepaintResult.hpp> -#include <com/sun/star/rendering/XPolyPolygon2D.hpp> #include <tools/diagnose_ex.h> #include "cachedbitmap.hxx" |