diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-10-31 14:32:20 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-11-06 08:18:45 +0100 |
commit | 7bdbb50a507df4c419f68d2ae453dd482267f168 (patch) | |
tree | c9797c8f343108fedad6f900b1952b69570b517f /canvas/inc | |
parent | 6e921467c411718793422a43fb3e3060fdeaeda9 (diff) |
tdf#42949 Fix new IWYU warnings in directories c*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iac1e7802dbe1efa01c2befdd10406231788d4fc1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105315
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'canvas/inc')
-rw-r--r-- | canvas/inc/base/canvasbase.hxx | 1 | ||||
-rw-r--r-- | canvas/inc/base/integerbitmapbase.hxx | 1 | ||||
-rw-r--r-- | canvas/inc/vclwrapper.hxx | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/canvas/inc/base/canvasbase.hxx b/canvas/inc/base/canvasbase.hxx index b0f244e5951c..24737f784d59 100644 --- a/canvas/inc/base/canvasbase.hxx +++ b/canvas/inc/base/canvasbase.hxx @@ -22,7 +22,6 @@ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/rendering/TextDirection.hpp> -#include <osl/diagnose.h> #include <osl/mutex.hxx> #include <verifyinput.hxx> diff --git a/canvas/inc/base/integerbitmapbase.hxx b/canvas/inc/base/integerbitmapbase.hxx index d485233d45c7..43c4401c5ac5 100644 --- a/canvas/inc/base/integerbitmapbase.hxx +++ b/canvas/inc/base/integerbitmapbase.hxx @@ -21,7 +21,6 @@ #include <com/sun/star/rendering/IntegerBitmapLayout.hpp> #include <verifyinput.hxx> -#include <osl/diagnose.h> namespace canvas diff --git a/canvas/inc/vclwrapper.hxx b/canvas/inc/vclwrapper.hxx index a77b2757f8bf..3c1dfbf2d686 100644 --- a/canvas/inc/vclwrapper.hxx +++ b/canvas/inc/vclwrapper.hxx @@ -20,6 +20,7 @@ #pragma once #include <vcl/svapp.hxx> +#include <memory> namespace canvas { |