diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-19 01:06:09 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-27 10:35:30 +0100 |
commit | 8067be0721462079c1d91bff9865ba07bfc56b5a (patch) | |
tree | bd292ca9a03dd4072bafb4e19c6d5136f9b2dea5 /svtools/source/misc | |
parent | 876463415a47113433a5bf92887e0623c6626649 (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ice2eb8c5994bf2ccb88972332ca4a1d3ed41752a
Reviewed-on: https://gerrit.libreoffice.org/63826
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svtools/source/misc')
-rw-r--r-- | svtools/source/misc/embedhlp.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/embedtransfer.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/svtools/source/misc/embedhlp.cxx b/svtools/source/misc/embedhlp.cxx index 2a247d2b9dac..fdf904a6d2fd 100644 --- a/svtools/source/misc/embedhlp.cxx +++ b/svtools/source/misc/embedhlp.cxx @@ -20,6 +20,7 @@ #include <svtools/embedhlp.hxx> #include <vcl/graphicfilter.hxx> +#include <vcl/gdimtf.hxx> #include <bitmaps.hlst> #include <sal/log.hxx> diff --git a/svtools/source/misc/embedtransfer.cxx b/svtools/source/misc/embedtransfer.cxx index 9882a7dc98e3..39e0fb4bee3a 100644 --- a/svtools/source/misc/embedtransfer.cxx +++ b/svtools/source/misc/embedtransfer.cxx @@ -29,6 +29,7 @@ #include <svtools/embedtransfer.hxx> #include <tools/mapunit.hxx> #include <vcl/outdev.hxx> +#include <vcl/gdimtf.hxx> #include <comphelper/fileformat.h> #include <comphelper/propertysequence.hxx> #include <comphelper/storagehelper.hxx> |