summaryrefslogtreecommitdiff
path: root/slideshow/test/testshape.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-01-01 17:26:50 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-03 09:30:09 +0100
commit941372b694c0170cdadb2cb16447604011b295a1 (patch)
tree7ea409b05ab339c03e9223ee19bbdf5b4524378c /slideshow/test/testshape.cxx
parentc48790b5cec73a49aed20c26b123c3656bb9eff9 (diff)
tdf#42949 Fix IWYU warnings in slideshow/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Id1c207705b7aa9b057fb8207d735e376675c91d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86069 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'slideshow/test/testshape.cxx')
-rw-r--r--slideshow/test/testshape.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/slideshow/test/testshape.cxx b/slideshow/test/testshape.cxx
index f00ae08cbb59..db7031070ba8 100644
--- a/slideshow/test/testshape.cxx
+++ b/slideshow/test/testshape.cxx
@@ -19,17 +19,13 @@
#include <sal/types.h>
#include <cppunit/TestAssert.h>
-#include <cppunit/TestFixture.h>
-#include <cppunit/extensions/HelperMacros.h>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include <comphelper/make_shared_from_uno.hxx>
-#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/range/b2drange.hxx>
-#include <shape.hxx>
#include "tests.hxx"
namespace target = slideshow::internal;