diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-03 18:58:38 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-12-10 14:19:50 +0100 |
commit | 00b49f9ff9777cb1c1e971feec55b2448fba8be2 (patch) | |
tree | f10cc2251c4950f12673d3ed342702093141f668 /vcl/source/helper | |
parent | 0005b330eaed0b5559042d2597fb45e0c9125d7e (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/s*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie87d27dd2c385a63349e0b322fd067ba03d2d152
Reviewed-on: https://gerrit.libreoffice.org/64479
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/source/helper')
-rw-r--r-- | vcl/source/helper/canvastools.cxx | 1 | ||||
-rw-r--r-- | vcl/source/helper/svtaccessiblefactory.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/helper/canvastools.cxx b/vcl/source/helper/canvastools.cxx index b78625fb54ad..72ce02ed2642 100644 --- a/vcl/source/helper/canvastools.cxx +++ b/vcl/source/helper/canvastools.cxx @@ -49,6 +49,7 @@ #include <basegfx/polygon/b2dpolypolygon.hxx> #include <sal/log.hxx> +#include <tools/helpers.hxx> #include <tools/poly.hxx> #include <tools/diagnose_ex.h> #include <rtl/uuid.h> diff --git a/vcl/source/helper/svtaccessiblefactory.cxx b/vcl/source/helper/svtaccessiblefactory.cxx index 2f1410048cb7..c545e3c76ae0 100644 --- a/vcl/source/helper/svtaccessiblefactory.cxx +++ b/vcl/source/helper/svtaccessiblefactory.cxx @@ -20,6 +20,7 @@ #include <config_features.h> #include <vcl/svtaccessiblefactory.hxx> +#include <vcl/accessiblefactory.hxx> #include <tools/svlibrary.h> |