summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/canvas.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-10-28 09:45:07 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-10-30 10:35:10 +0100
commitbe27538c6a13d6dd9343dc0092c841cfe8c3c3e5 (patch)
tree0cc650818f5d34ce8449ed250496b18720c3bc61 /canvas/source/vcl/canvas.hxx
parent6d830c6e26b89a441c11731165eb4d9e0f0d3881 (diff)
tdf#42949 Fix IWYU warnings in canvas/source/*/*hxx
Except directx/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I4504e087edfd837a3a91df49e296bbf40778b030 Reviewed-on: https://gerrit.libreoffice.org/81586 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'canvas/source/vcl/canvas.hxx')
-rw-r--r--canvas/source/vcl/canvas.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/canvas/source/vcl/canvas.hxx b/canvas/source/vcl/canvas.hxx
index 1eee73282329..db9e7c4b9f8c 100644
--- a/canvas/source/vcl/canvas.hxx
+++ b/canvas/source/vcl/canvas.hxx
@@ -20,8 +20,6 @@
#ifndef INCLUDED_CANVAS_SOURCE_VCL_CANVAS_HXX
#define INCLUDED_CANVAS_SOURCE_VCL_CANVAS_HXX
-#include <rtl/ref.hxx>
-
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XServiceName.hpp>
@@ -29,12 +27,9 @@
#include <com/sun/star/rendering/XBitmapCanvas.hpp>
#include <com/sun/star/rendering/XIntegerBitmap.hpp>
#include <com/sun/star/rendering/XGraphicDevice.hpp>
-#include <com/sun/star/rendering/XBufferController.hpp>
#include <cppuhelper/compbase.hxx>
#include <comphelper/uno3.hxx>
-#include <comphelper/types.hxx>
-#include <cppu/unotype.hxx>
#include <canvas/base/basemutexhelper.hxx>
#include <canvas/base/bitmapcanvasbase.hxx>