summaryrefslogtreecommitdiffstats
path: root/configmgr/qa
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-09 00:52:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-17 13:58:57 +0200
commit7ec4f191fd454bbbad830df2229578c9ae7a77df (patch)
treea35949be62df35021373ad03cd0b36ecfd627c10 /configmgr/qa
parenttdf#123627 DOCX import: fix relative hyperlinks to documents (diff)
downloadcore-7ec4f191fd454bbbad830df2229578c9ae7a77df.tar.gz
core-7ec4f191fd454bbbad830df2229578c9ae7a77df.zip
tdf#42949 Fix IWYU warnings in configmgr/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Iee703bad69bc3c47dc5960e560187ab1d1d9ff29 Reviewed-on: https://gerrit.libreoffice.org/72023 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configmgr/qa')
-rw-r--r--configmgr/qa/unit/test.cxx17
1 files changed, 4 insertions, 13 deletions
diff --git a/configmgr/qa/unit/test.cxx b/configmgr/qa/unit/test.cxx
index e403718916e9..6d98f36154ef 100644
--- a/configmgr/qa/unit/test.cxx
+++ b/configmgr/qa/unit/test.cxx
@@ -19,9 +19,6 @@
#include <sal/config.h>
-#include <cstddef>
-#include <string_view>
-
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/beans/PropertyChangeEvent.hpp>
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
@@ -38,27 +35,21 @@
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Reference.hxx>
-#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/Sequence.hxx>
-#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/util/XChangesBatch.hpp>
#include <cppuhelper/implbase.hxx>
-#include <osl/conditn.hxx>
-#include <osl/thread.h>
-#include <osl/thread.hxx>
#include <osl/time.h>
#include <rtl/ref.hxx>
-#include <rtl/string.h>
-#include <rtl/textcvt.h>
-#include <rtl/ustrbuf.hxx>
-#include <rtl/ustring.h>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <comphelper/processfactory.hxx>
#include <comphelper/configuration.hxx>
#include <comphelper/configurationlistener.hxx>
-#include <unotest/bootstrapfixturebase.hxx>
+#include <cppunit/TestAssert.h>
+#include <cppunit/TestFixture.h>
+#include <cppunit/extensions/HelperMacros.h>
+#include <cppunit/plugin/TestPlugIn.h>
#include <officecfg/Office/Math.hxx>
namespace {