slideshow/qa/engine/engine.cxx | 7 ------- 1 file changed, 7 deletions(-)
New commits: commit 7dba3bd5d7ab98390a5dceb9956a3fbfe41f166d Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Tue Sep 6 08:46:49 2022 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Sep 6 09:35:50 2022 +0200 CppunitTest_slideshow_engine: remove unused includes I forgot to clean these up when I started this suite. Change-Id: I17e31bfff82caa7def00328ca6086b32a999f344 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139467 Reviewed-by: Miklos Vajna <vmik...@collabora.com> Tested-by: Jenkins diff --git a/slideshow/qa/engine/engine.cxx b/slideshow/qa/engine/engine.cxx index 09e56f73d3f8..bdc60b71bab1 100644 --- a/slideshow/qa/engine/engine.cxx +++ b/slideshow/qa/engine/engine.cxx @@ -11,17 +11,10 @@ #include <unotest/macros_test.hxx> #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/animations/XAnimationNodeSupplier.hpp> #include <com/sun/star/animations/AnimationNodeType.hpp> -#include <comphelper/embeddedobjectcontainer.hxx> -#include <comphelper/propertyvalue.hxx> -#include <comphelper/scopeguard.hxx> -#include <comphelper/storagehelper.hxx> -#include <officecfg/Office/Common.hxx> - #include <animationcommandnode.hxx> using namespace ::com::sun::star;