From 078af97d8516eab07c196b7a3785fc05bcc02519 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 4 Jul 2019 09:20:48 +0200 Subject: remove some unneede vcl/bitmap.hxx includes Change-Id: Ibdc79538276992193e61f6dc16ddd3fd1ab80b82 Reviewed-on: https://gerrit.libreoffice.org/75069 Tested-by: Jenkins Reviewed-by: Noel Grandin --- canvas/source/cairo/cairo_devicehelper.hxx | 1 - canvas/source/cairo/cairo_spritedevicehelper.hxx | 1 - canvas/source/vcl/canvascustomsprite.cxx | 1 - canvas/source/vcl/spritehelper.cxx | 1 - 4 files changed, 4 deletions(-) (limited to 'canvas') 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 #include -#include #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 #include -#include #include #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 #include #include -#include #include #include #include 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 #include #include -#include #include #include #include -- cgit