summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/shapeimporter.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-01-01 17:26:50 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-03 09:30:09 +0100
commit941372b694c0170cdadb2cb16447604011b295a1 (patch)
tree7ea409b05ab339c03e9223ee19bbdf5b4524378c /slideshow/source/inc/shapeimporter.hxx
parentc48790b5cec73a49aed20c26b123c3656bb9eff9 (diff)
tdf#42949 Fix IWYU warnings in slideshow/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Id1c207705b7aa9b057fb8207d735e376675c91d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86069 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'slideshow/source/inc/shapeimporter.hxx')
-rw-r--r--slideshow/source/inc/shapeimporter.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/slideshow/source/inc/shapeimporter.hxx b/slideshow/source/inc/shapeimporter.hxx
index b29c0b079d0c..eaa7f0876790 100644
--- a/slideshow/source/inc/shapeimporter.hxx
+++ b/slideshow/source/inc/shapeimporter.hxx
@@ -20,10 +20,13 @@
#define INCLUDED_SLIDESHOW_SOURCE_INC_SHAPEIMPORTER_HXX
#include <com/sun/star/drawing/XDrawPage.hpp>
+#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
#include <com/sun/star/drawing/XShapes.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/drawing/XLayer.hpp>
-#include "unoviewcontainer.hxx"
+
+#include <cppcanvas/canvasgraphic.hxx>
+
#include "unoview.hxx"
#include "shape.hxx"