animations/source/animcore/animcore.cxx | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit 4f680db872ae42912a417ca8d68f68e6acc8d3dd Author: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> AuthorDate: Thu Feb 22 12:03:04 2024 +0100 Commit: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> CommitDate: Fri Mar 8 09:13:28 2024 +0100 tdf#146619 Recheck animations/ with IWYU Change-Id: I72a2f335ba2a786ddd0b59ecad76bfa039e5cdec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164487 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx index a8511a4051f2..9e097ec98733 100644 --- a/animations/source/animcore/animcore.cxx +++ b/animations/source/animcore/animcore.cxx @@ -45,16 +45,12 @@ #include <com/sun/star/container/ElementExistException.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> #include <com/sun/star/util/XChangesNotifier.hpp> -#include <comphelper/servicehelper.hxx> -#include <cppuhelper/basemutex.hxx> #include <cppuhelper/queryinterface.hxx> #include <comphelper/interfacecontainer4.hxx> #include <cppuhelper/supportsservice.hxx> -#include <cppuhelper/weakref.hxx> #include <cppuhelper/implbase.hxx> -#include <o3tl/safeint.hxx> #include <sal/log.hxx> #include <unotools/weakref.hxx> #include <array>