diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-10-28 09:45:07 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-10-30 10:35:10 +0100 |
commit | be27538c6a13d6dd9343dc0092c841cfe8c3c3e5 (patch) | |
tree | 0cc650818f5d34ce8449ed250496b18720c3bc61 /canvas/source/vcl/spritedevicehelper.hxx | |
parent | 6d830c6e26b89a441c11731165eb4d9e0f0d3881 (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/spritedevicehelper.hxx')
-rw-r--r-- | canvas/source/vcl/spritedevicehelper.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/canvas/source/vcl/spritedevicehelper.hxx b/canvas/source/vcl/spritedevicehelper.hxx index 8c5d7271c5d6..8db1b115eed3 100644 --- a/canvas/source/vcl/spritedevicehelper.hxx +++ b/canvas/source/vcl/spritedevicehelper.hxx @@ -21,12 +21,6 @@ #define INCLUDED_CANVAS_SOURCE_VCL_SPRITEDEVICEHELPER_HXX #include <com/sun/star/awt/Rectangle.hpp> -#include <com/sun/star/awt/XWindow2.hpp> -#include <com/sun/star/rendering/XGraphicDevice.hpp> -#include <com/sun/star/rendering/XBufferController.hpp> - -#include <vcl/outdev.hxx> -#include <vcl/window.hxx> #include "backbuffer.hxx" #include "devicehelper.hxx" |