diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-10-31 02:26:36 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-10-31 11:29:44 +0100 |
commit | 977c9933535f62c729f2111e0734f8bd2263377b (patch) | |
tree | 822f8a045eb4f2e98206fe4a9f37f5a7f8d3d6a8 /cppcanvas/source/mtfrenderer/polypolyaction.cxx | |
parent | 0630427ef44901127423576f3aa8ef7f87d11ef9 (diff) |
tdf#42949 Fix IWYU warnings in cppcanvas/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I3e6b35acf6266157d4cf634e2143e6e19a73102a
Reviewed-on: https://gerrit.libreoffice.org/81813
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cppcanvas/source/mtfrenderer/polypolyaction.cxx')
-rw-r--r-- | cppcanvas/source/mtfrenderer/polypolyaction.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cppcanvas/source/mtfrenderer/polypolyaction.cxx b/cppcanvas/source/mtfrenderer/polypolyaction.cxx index 19c75104f5fb..8fa1582b82c9 100644 --- a/cppcanvas/source/mtfrenderer/polypolyaction.cxx +++ b/cppcanvas/source/mtfrenderer/polypolyaction.cxx @@ -19,10 +19,8 @@ #include <com/sun/star/rendering/XCanvas.hpp> -#include <com/sun/star/rendering/TexturingMode.hpp> #include <sal/types.h> -#include <vcl/canvastools.hxx> #include <basegfx/range/b2drectangle.hxx> #include <basegfx/utils/canvastools.hxx> |