diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-04 09:20:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-04 10:55:31 +0200 |
commit | 078af97d8516eab07c196b7a3785fc05bcc02519 (patch) | |
tree | f6a0367c0d1fd2eed4214d5aab2564ca99c7e293 /canvas | |
parent | d62f6b7d40284b2e41831376e5388711ab6250f3 (diff) |
remove some unneede vcl/bitmap.hxx includes
Change-Id: Ibdc79538276992193e61f6dc16ddd3fd1ab80b82
Reviewed-on: https://gerrit.libreoffice.org/75069
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/cairo/cairo_devicehelper.hxx | 1 | ||||
-rw-r--r-- | canvas/source/cairo/cairo_spritedevicehelper.hxx | 1 | ||||
-rw-r--r-- | canvas/source/vcl/canvascustomsprite.cxx | 1 | ||||
-rw-r--r-- | canvas/source/vcl/spritehelper.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/canvas/source/cairo/cairo_devicehelper.hxx b/canvas/source/cairo/cairo_devicehelper.hxx index f9dab470fbdc..a010e5b67a6d 100644 --- a/canvas/source/cairo/cairo_devicehelper.hxx +++ b/canvas/source/cairo/cairo_devicehelper.hxx @@ -25,7 +25,6 @@ #include <com/sun/star/rendering/XBufferController.hpp> #include <vcl/window.hxx> -#include <vcl/bitmap.hxx> #include "cairo_surfaceprovider.hxx" diff --git a/canvas/source/cairo/cairo_spritedevicehelper.hxx b/canvas/source/cairo/cairo_spritedevicehelper.hxx index 5336bb7d10f0..c541d9cf2a47 100644 --- a/canvas/source/cairo/cairo_spritedevicehelper.hxx +++ b/canvas/source/cairo/cairo_spritedevicehelper.hxx @@ -25,7 +25,6 @@ #include <com/sun/star/rendering/XBufferController.hpp> #include <vcl/window.hxx> -#include <vcl/bitmap.hxx> #include <vcl/cairo.hxx> #include "cairo_devicehelper.hxx" diff --git a/canvas/source/vcl/canvascustomsprite.cxx b/canvas/source/vcl/canvascustomsprite.cxx index 364d29e8f586..27cd685f2325 100644 --- a/canvas/source/vcl/canvascustomsprite.cxx +++ b/canvas/source/vcl/canvascustomsprite.cxx @@ -32,7 +32,6 @@ #include <rtl/math.hxx> #include <tools/diagnose_ex.h> #include <vcl/alpha.hxx> -#include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/canvastools.hxx> #include <vcl/outdev.hxx> diff --git a/canvas/source/vcl/spritehelper.cxx b/canvas/source/vcl/spritehelper.cxx index 0fa11f3dd36a..569f3171fef6 100644 --- a/canvas/source/vcl/spritehelper.cxx +++ b/canvas/source/vcl/spritehelper.cxx @@ -33,7 +33,6 @@ #include <rtl/math.hxx> #include <tools/diagnose_ex.h> #include <vcl/alpha.hxx> -#include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/canvastools.hxx> #include <vcl/outdev.hxx> |