From 0505a00a9ba827e39338b295ab6f73743d5c80b9 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 31 Oct 2020 14:28:47 +0100 Subject: tdf#42949 Fix new IWYU warnings in directories [ab]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib0008b9bb095f27e5e436d6b507dc709ab7bf01a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105313 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- animations/source/animcore/animcore.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'animations') diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx index b87482a0c4cd..2347dc08a231 100644 --- a/animations/source/animcore/animcore.cxx +++ b/animations/source/animcore/animcore.cxx @@ -59,7 +59,6 @@ #include #include #include -#include namespace com::sun::star::uno { class XComponentContext; } namespace com::sun::star::beans { struct NamedValue; } -- cgit