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/linepropertiescontext.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/linepropertiescontext.cxx')
-rw-r--r-- | oox/source/drawingml/linepropertiescontext.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/drawingml/linepropertiescontext.cxx b/oox/source/drawingml/linepropertiescontext.cxx index 6b04bcd42210..dd9af49bf2db 100644 --- a/oox/source/drawingml/linepropertiescontext.cxx +++ b/oox/source/drawingml/linepropertiescontext.cxx @@ -18,7 +18,6 @@ */ #include <drawingml/linepropertiescontext.hxx> -#include <oox/drawingml/drawingmltypes.hxx> #include <drawingml/misccontexts.hxx> #include <drawingml/lineproperties.hxx> #include <oox/helper/attributelist.hxx> |