summaryrefslogtreecommitdiff
path: root/include/oox/drawingml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-07-07 16:28:12 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-17 09:13:27 +0200
commitef8f88a7df19559f6a748c3c1dad2b245d3d30d8 (patch)
tree465e7aa0b38e27d2a324eb13e9a4a95629e18a1b /include/oox/drawingml
parent0ee0ca3036629b69bf20b448d74991fd133f08ac (diff)
tdf#42949 Fix IWYU warnings in include/oox
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I89303217fd1141b2cfe248e5e6c0818ba01cf9d9 Reviewed-on: https://gerrit.libreoffice.org/75178 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/oox/drawingml')
-rw-r--r--include/oox/drawingml/diagram/diagram.hxx2
-rw-r--r--include/oox/drawingml/shapepropertymap.hxx3
2 files changed, 1 insertions, 4 deletions
diff --git a/include/oox/drawingml/diagram/diagram.hxx b/include/oox/drawingml/diagram/diagram.hxx
index 3db8d5f69fc1..a449014e4be9 100644
--- a/include/oox/drawingml/diagram/diagram.hxx
+++ b/include/oox/drawingml/diagram/diagram.hxx
@@ -21,8 +21,8 @@
#define INCLUDED_OOX_DRAWINGML_DIAGRAM_DIAGRAM_HXX
#include <rtl/ustring.hxx>
-#include <oox/drawingml/shape.hxx>
#include <oox/core/xmlfilterbase.hxx>
+#include <oox/drawingml/drawingmltypes.hxx>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/uno/Reference.hxx>
diff --git a/include/oox/drawingml/shapepropertymap.hxx b/include/oox/drawingml/shapepropertymap.hxx
index 8470f07ea154..eff203a4643d 100644
--- a/include/oox/drawingml/shapepropertymap.hxx
+++ b/include/oox/drawingml/shapepropertymap.hxx
@@ -20,9 +20,6 @@
#ifndef INCLUDED_OOX_DRAWINGML_SHAPEPROPERTYMAP_HXX
#define INCLUDED_OOX_DRAWINGML_SHAPEPROPERTYMAP_HXX
-#include <cstddef>
-#include <vector>
-
#include <com/sun/star/uno/Any.hxx>
#include <o3tl/enumarray.hxx>
#include <oox/dllapi.h>