summaryrefslogtreecommitdiff
path: root/unoxml/qa
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-12-23 19:20:07 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-09 10:33:17 +0100
commit1141f72f927068f700854c4f311993551587f608 (patch)
tree5365e30b7d5a33879d5205b21cfc07be42e03378 /unoxml/qa
parentf31accb05a1c7064a7e586ffec8f283b6ff4787e (diff)
tdf#42949 Fix IWYU warnings in unoxml/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I4457153dc4f2bfe932488b1c6e3af3cff58cb150 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85787 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'unoxml/qa')
-rw-r--r--unoxml/qa/unit/domtest.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/unoxml/qa/unit/domtest.cxx b/unoxml/qa/unit/domtest.cxx
index 0a80d2a4cadc..907052267165 100644
--- a/unoxml/qa/unit/domtest.cxx
+++ b/unoxml/qa/unit/domtest.cxx
@@ -18,18 +18,11 @@
*/
#include <rtl/ref.hxx>
-#include <rtl/byteseq.hxx>
#include <sal/log.hxx>
-#include <osl/file.hxx>
-#include <osl/process.h>
#include <comphelper/seqstream.hxx>
#include <cppuhelper/implbase.hxx>
-#include <cppuhelper/bootstrap.hxx>
-#include <cppuhelper/basemutex.hxx>
-#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h>
-#include <unotest/macros_test.hxx>
#include <test/bootstrapfixture.hxx>
#include <com/sun/star/xml/dom/DocumentBuilder.hpp>