diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-25 00:53:41 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-29 13:17:17 +0100 |
commit | a96e6e80626e3a045d58c66a4724c3b847d318d0 (patch) | |
tree | dc3440048b46b14ed886eccc712c131af20d29cf /emfio | |
parent | b5cd5296ff9601ed0a38909971e0886492d5d7c2 (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: If1b2e04872eb0dd6725802c1709a9085f4cd8c91
Reviewed-on: https://gerrit.libreoffice.org/64141
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'emfio')
-rw-r--r-- | emfio/source/emfuno/xemfparser.cxx | 1 | ||||
-rw-r--r-- | emfio/source/reader/mtftools.cxx | 1 | ||||
-rw-r--r-- | emfio/source/reader/wmfreader.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/emfio/source/emfuno/xemfparser.cxx b/emfio/source/emfuno/xemfparser.cxx index 86edeb0aa944..d212fc58b79f 100644 --- a/emfio/source/emfuno/xemfparser.cxx +++ b/emfio/source/emfuno/xemfparser.cxx @@ -31,6 +31,7 @@ #include <basegfx/polygon/b2dpolygontools.hxx> #include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx> +#include <vcl/outdev.hxx> #include <vcl/svapp.hxx> #include <vcl/wmfexternal.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx> diff --git a/emfio/source/reader/mtftools.cxx b/emfio/source/reader/mtftools.cxx index 38eb685216be..30b35ec82420 100644 --- a/emfio/source/reader/mtftools.cxx +++ b/emfio/source/reader/mtftools.cxx @@ -29,6 +29,7 @@ #include <vcl/canvastools.hxx> #include <vcl/svapp.hxx> #include <tools/fract.hxx> +#include <tools/stream.hxx> #include <rtl/strbuf.hxx> #include <rtl/tencinfo.h> #include <sal/log.hxx> diff --git a/emfio/source/reader/wmfreader.cxx b/emfio/source/reader/wmfreader.cxx index 875f29a77641..56169f051fed 100644 --- a/emfio/source/reader/wmfreader.cxx +++ b/emfio/source/reader/wmfreader.cxx @@ -29,6 +29,7 @@ #include <vcl/gdimtf.hxx> #include <vcl/svapp.hxx> #include <vcl/dibtools.hxx> +#include <vcl/outdev.hxx> #include <vcl/wmfexternal.hxx> #include <tools/fract.hxx> #include <o3tl/make_unique.hxx> |