diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-03-15 00:26:24 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-16 13:59:28 +0100 |
commit | ef08f18e926f0627b51a529910aaade4353be9af (patch) | |
tree | 3c16937c26918b5cbd3228f5a31df3b4a41d3932 /oox/source/drawingml/diagram/layoutnodecontext.cxx | |
parent | 3cee74b9411f808508ad400b822da4f15110b7e2 (diff) |
tdf#42949 Fix IWYU warnings in oox/source/[cd]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie3c59da7b9e0ad06fcd7f247e47bcc17ea35b17a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90503
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'oox/source/drawingml/diagram/layoutnodecontext.cxx')
-rw-r--r-- | oox/source/drawingml/diagram/layoutnodecontext.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/drawingml/diagram/layoutnodecontext.cxx b/oox/source/drawingml/diagram/layoutnodecontext.cxx index 06973178a0c7..944f8dc6e390 100644 --- a/oox/source/drawingml/diagram/layoutnodecontext.cxx +++ b/oox/source/drawingml/diagram/layoutnodecontext.cxx @@ -22,7 +22,6 @@ #include <oox/helper/attributelist.hxx> #include <oox/drawingml/shapecontext.hxx> #include <drawingml/customshapeproperties.hxx> -#include "diagramdefinitioncontext.hxx" #include "constraintlistcontext.hxx" #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> |