diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-03-31 23:57:29 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-04-02 23:32:08 +0200 |
commit | 52ef78f4923283e6e52d575bec81985b031cb30b (patch) | |
tree | 3ef67b1442cac191c484668de1d5e9ad536ebce5 /test/qa/cppunit | |
parent | f628a7dbae3f74eb1c0823f0fac79ee64f5a4952 (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/qa/cppunit')
-rw-r--r-- | test/qa/cppunit/test_xpath.cxx | 5 |
1 files changed, 4 insertions, 1 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 { |