diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-02-22 12:03:04 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-08 09:13:28 +0100 |
commit | 4f680db872ae42912a417ca8d68f68e6acc8d3dd (patch) | |
tree | a01d741d492d570c6b4b264074762d2ad20e21f5 | |
parent | 7840effb1d5efd1fd7f6798c7c504b05292a7793 (diff) |
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.extern@allotropia.de>
-rw-r--r-- | animations/source/animcore/animcore.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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> |