From 7dba3bd5d7ab98390a5dceb9956a3fbfe41f166d Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 6 Sep 2022 08:46:49 +0200 Subject: 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 Tested-by: Jenkins --- slideshow/qa/engine/engine.cxx | 7 ------- 1 file changed, 7 deletions(-) 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 #include -#include #include #include #include -#include -#include -#include -#include -#include - #include using namespace ::com::sun::star; -- cgit