From ef08f18e926f0627b51a529910aaade4353be9af Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 15 Mar 2020 00:26:24 +0100 Subject: 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 --- oox/source/drawingml/linepropertiescontext.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'oox/source/drawingml/linepropertiescontext.cxx') 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 -#include #include #include #include -- cgit