diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-22 14:45:44 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-03 09:07:57 +0200 |
commit | c7f633d80f9ef5db60ad7218adf08a5914438e80 (patch) | |
tree | 631cc006bd5402fabe4ce679216121be74a3fd5d /svx/source/xml | |
parent | 969996ac98bc96385a6930684a4e4abe02ca03a7 (diff) |
tdf#42949 Fix IWYU warnings in include/svx/x*
New IWYU and recent developments in f-u-i helped to identify
some non self contained files, those were fixed too.
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I5b91a82d25601041b73444f602d033ef62484ba8
Reviewed-on: https://gerrit.libreoffice.org/74563
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/xml')
-rw-r--r-- | svx/source/xml/xmlgrhlp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx index 202d9ff8135c..49272f3a404e 100644 --- a/svx/source/xml/xmlgrhlp.cxx +++ b/svx/source/xml/xmlgrhlp.cxx @@ -43,6 +43,7 @@ #include <vcl/metaact.hxx> #include <tools/zcodec.hxx> +#include <vcl/GraphicObject.hxx> #include <vcl/graphicfilter.hxx> #include <svx/xmlgrhlp.hxx> #include <svx/xmleohlp.hxx> |