diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-02-26 20:37:49 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-02-27 15:00:06 +0100 |
commit | 35fc4527210ed4b4faee1802ad23bc8da619a2d0 (patch) | |
tree | 7843449829c9e845a8d854d0cdbf8e105031d10a /canvas/source/vcl | |
parent | 1aa5a3874bf716acfbded2a09319dce5d4ce8c0d (diff) |
remove unused vclunohelper.hxx includes
Change-Id: I68178379e5493d0e738861a4dce5aa6e4b58cd22
Reviewed-on: https://gerrit.libreoffice.org/50393
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'canvas/source/vcl')
-rw-r--r-- | canvas/source/vcl/devicehelper.cxx | 1 | ||||
-rw-r--r-- | canvas/source/vcl/spritedevicehelper.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/canvas/source/vcl/devicehelper.cxx b/canvas/source/vcl/devicehelper.cxx index 35e78123c6e7..b90cbdabb8b7 100644 --- a/canvas/source/vcl/devicehelper.cxx +++ b/canvas/source/vcl/devicehelper.cxx @@ -23,7 +23,6 @@ #include <basegfx/utils/unopolypolygon.hxx> #include <canvas/canvastools.hxx> #include <rtl/instance.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <vcl/canvastools.hxx> #include <vcl/dibtools.hxx> diff --git a/canvas/source/vcl/spritedevicehelper.cxx b/canvas/source/vcl/spritedevicehelper.cxx index 502b73280f7f..021abba778d8 100644 --- a/canvas/source/vcl/spritedevicehelper.cxx +++ b/canvas/source/vcl/spritedevicehelper.cxx @@ -21,7 +21,6 @@ #include <basegfx/utils/canvastools.hxx> #include <canvas/canvastools.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <vcl/canvastools.hxx> #include <vcl/dibtools.hxx> |