diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-04 09:07:36 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-08 12:16:44 +0200 |
commit | 2a962cb122f796aef9a10252ab224f5cd70569cf (patch) | |
tree | df39ffbde5b06911568acf04e09c08cd87a9ac13 /canvas | |
parent | 9b686537f59a63bad05a0cfe7fc5f1096bb7a7c1 (diff) |
tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I04c5ba277d5b3398c07de6ae66713d977636088d
Reviewed-on: https://gerrit.libreoffice.org/61347
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/vcl/canvas.hxx | 2 | ||||
-rw-r--r-- | canvas/source/vcl/canvascustomsprite.cxx | 1 | ||||
-rw-r--r-- | canvas/source/vcl/canvascustomsprite.hxx | 1 | ||||
-rw-r--r-- | canvas/source/vcl/spritecanvas.hxx | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/canvas/source/vcl/canvas.hxx b/canvas/source/vcl/canvas.hxx index 957e9c4822f2..f7b8c097113f 100644 --- a/canvas/source/vcl/canvas.hxx +++ b/canvas/source/vcl/canvas.hxx @@ -33,6 +33,8 @@ #include <cppuhelper/compbase.hxx> #include <comphelper/uno3.hxx> +#include <comphelper/types.hxx> +#include <cppu/unotype.hxx> #include <canvas/base/basemutexhelper.hxx> #include <canvas/base/integerbitmapbase.hxx> diff --git a/canvas/source/vcl/canvascustomsprite.cxx b/canvas/source/vcl/canvascustomsprite.cxx index f999c26a016e..364d29e8f586 100644 --- a/canvas/source/vcl/canvascustomsprite.cxx +++ b/canvas/source/vcl/canvascustomsprite.cxx @@ -28,6 +28,7 @@ #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/utils/canvastools.hxx> #include <cppuhelper/supportsservice.hxx> +#include <comphelper/types.hxx> #include <rtl/math.hxx> #include <tools/diagnose_ex.h> #include <vcl/alpha.hxx> diff --git a/canvas/source/vcl/canvascustomsprite.hxx b/canvas/source/vcl/canvascustomsprite.hxx index 4075200328bf..b3f6d3202b91 100644 --- a/canvas/source/vcl/canvascustomsprite.hxx +++ b/canvas/source/vcl/canvascustomsprite.hxx @@ -22,6 +22,7 @@ #include <cppuhelper/compbase.hxx> #include <comphelper/uno3.hxx> +#include <comphelper/types.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XComponent.hpp> diff --git a/canvas/source/vcl/spritecanvas.hxx b/canvas/source/vcl/spritecanvas.hxx index 954d49d662d8..194c3c5537b2 100644 --- a/canvas/source/vcl/spritecanvas.hxx +++ b/canvas/source/vcl/spritecanvas.hxx @@ -34,6 +34,7 @@ #include <cppuhelper/compbase.hxx> #include <comphelper/uno3.hxx> +#include <comphelper/types.hxx> #include <canvas/base/spritecanvasbase.hxx> #include <canvas/base/disambiguationhelper.hxx> |