summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2022-03-31 23:57:29 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-04-02 23:32:08 +0200
commit52ef78f4923283e6e52d575bec81985b031cb30b (patch)
tree3ef67b1442cac191c484668de1d5e9ad536ebce5 /test
parentf628a7dbae3f74eb1c0823f0fac79ee64f5a4952 (diff)
Recheck modules t* with IWYU
See tdf#42949 for motivation Change-Id: I109fa07d52721fd10354de07a2ed995ffa2f27c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132369 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'test')
-rw-r--r--test/qa/cppunit/test_xpath.cxx5
-rw-r--r--test/source/diff/diff.cxx3
2 files changed, 5 insertions, 3 deletions
diff --git a/test/qa/cppunit/test_xpath.cxx b/test/qa/cppunit/test_xpath.cxx
index 87d6a7ac177e..c622e59617ec 100644
--- a/test/qa/cppunit/test_xpath.cxx
+++ b/test/qa/cppunit/test_xpath.cxx
@@ -9,7 +9,10 @@
#include <sal/types.h>
#include <test/xmltesttools.hxx>
-#include <unotest/bootstrapfixturebase.hxx>
+
+#include <cppunit/TestFixture.h>
+#include <cppunit/extensions/HelperMacros.h>
+#include <cppunit/plugin/TestPlugIn.h>
class TestXPath : public CppUnit::TestFixture, public XmlTestTools
{
diff --git a/test/source/diff/diff.cxx b/test/source/diff/diff.cxx
index e0ba939d4964..097452665308 100644
--- a/test/source/diff/diff.cxx
+++ b/test/source/diff/diff.cxx
@@ -17,14 +17,13 @@
#include <set>
#include <sstream>
#include <cassert>
+#include <cmath>
#include <vector>
#if USE_CPPUNIT
#include <cppunit/TestAssert.h>
#endif
-#include <rtl/math.hxx>
-
namespace {
struct tolerance