summaryrefslogtreecommitdiff
path: root/sc/qa/unit/parallelism.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-11-08 23:35:22 +0100
committerMiklos Vajna <vmiklos@collabora.com>2018-11-20 10:42:40 +0100
commita87a062fd4fac61fde6aa7f6b4277cc77438d119 (patch)
treec8475c940f0a83b60a6127fbe25d85e56ba4a41c /sc/qa/unit/parallelism.cxx
parent228fed36aba7d6a9d02911bcf602218682442a56 (diff)
tdf#42949 Fix IWYU warnings in sc/qa/{perf,unit}/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I031faa67192f21d20938c8cc8056db138326a1ca Reviewed-on: https://gerrit.libreoffice.org/63143 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/qa/unit/parallelism.cxx')
-rw-r--r--sc/qa/unit/parallelism.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/sc/qa/unit/parallelism.cxx b/sc/qa/unit/parallelism.cxx
index 8c41318a5b1c..f8f5db920c45 100644
--- a/sc/qa/unit/parallelism.cxx
+++ b/sc/qa/unit/parallelism.cxx
@@ -2,35 +2,18 @@
#include <sal/config.h>
#include <test/bootstrapfixture.hxx>
-#include <rtl/strbuf.hxx>
-#include <osl/file.hxx>
#include <scdll.hxx>
-#include <sfx2/app.hxx>
-#include <sfx2/docfilt.hxx>
-#include <sfx2/docfile.hxx>
#include <sfx2/sfxmodelfactory.hxx>
-#include <svl/stritem.hxx>
#include "helper/qahelper.hxx"
-#include <calcconfig.hxx>
-#include <interpre.hxx>
-
#include <docsh.hxx>
-#include <postit.hxx>
-#include <patattr.hxx>
-#include <scitems.hxx>
#include <document.hxx>
-#include <cellform.hxx>
-#include <drwlayer.hxx>
-#include <userdat.hxx>
#include <formulacell.hxx>
#include <formulagroup.hxx>
#include <scopetools.hxx>
-#include <svx/svdpage.hxx>
-
#include <officecfg/Office/Calc.hxx>
using namespace css;