diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-07 15:09:44 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-24 14:39:20 +0200 |
commit | 6b82bbd9e7c3aab343c5e7e9e3fb0bcfc70e2cb7 (patch) | |
tree | d59da099ebf1b8871cb8700492b6952f5d611b2e /xmloff/source/draw/ximplink.hxx | |
parent | 41d0f5540208f7b86c91804631a141380c397a57 (diff) |
tdf#42949 Fix IWYU warnings in xmloff/source/*/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iaad32419c49406a11f7cfb5856b33539d2a2894b
Reviewed-on: https://gerrit.libreoffice.org/79077
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/source/draw/ximplink.hxx')
-rw-r--r-- | xmloff/source/draw/ximplink.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximplink.hxx b/xmloff/source/draw/ximplink.hxx index 3a52244cb7e2..e3b42ff9f6c5 100644 --- a/xmloff/source/draw/ximplink.hxx +++ b/xmloff/source/draw/ximplink.hxx @@ -21,10 +21,8 @@ #define INCLUDED_XMLOFF_SOURCE_DRAW_XIMPLINK_HXX #include <xmloff/xmlictxt.hxx> -#include "sdxmlimp_impl.hxx" -#include <xmloff/nmspmap.hxx> +#include <xmloff/shapeimport.hxx> #include <com/sun/star/drawing/XShapes.hpp> -#include "ximpshap.hxx" // draw:a context |