diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-15 23:05:02 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-28 10:08:10 +0200 |
commit | 77450fa1c9b7cb3acb19b23ff3b4ed7bc2b7c7a1 (patch) | |
tree | 24630fd8fb9df2fa678cc2fc6927cdbcc9e49d12 /sccomp/qa | |
parent | be17c39aab166532b4ba386c1e36f0404c19eb50 (diff) |
tdf#42949 Fix IWYU warnings in sccomp/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie2d1a6dad1dc17777f05aa033ea5fed1807261ce
Reviewed-on: https://gerrit.libreoffice.org/72636
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sccomp/qa')
-rw-r--r-- | sccomp/qa/unit/SwarmSolverTest.cxx | 7 | ||||
-rw-r--r-- | sccomp/qa/unit/solver.cxx | 4 |
2 files changed, 0 insertions, 11 deletions
diff --git a/sccomp/qa/unit/SwarmSolverTest.cxx b/sccomp/qa/unit/SwarmSolverTest.cxx index b7bd3025373e..90422e520197 100644 --- a/sccomp/qa/unit/SwarmSolverTest.cxx +++ b/sccomp/qa/unit/SwarmSolverTest.cxx @@ -9,20 +9,13 @@ #include <sal/config.h> -#include <com/sun/star/container/XContentEnumerationAccess.hpp> -#include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/sheet/XSolver.hpp> -#include <com/sun/star/sheet/XSolverDescription.hpp> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> #include <com/sun/star/sheet/XSpreadsheet.hpp> -#include <com/sun/star/text/XTextRange.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <test/calc_unoapi_test.hxx> -#include <address.hxx> - using namespace css; namespace diff --git a/sccomp/qa/unit/solver.cxx b/sccomp/qa/unit/solver.cxx index 76d94fee88c3..9355733c36d2 100644 --- a/sccomp/qa/unit/solver.cxx +++ b/sccomp/qa/unit/solver.cxx @@ -9,15 +9,11 @@ #include <sal/config.h> -#include <com/sun/star/container/XContentEnumerationAccess.hpp> #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/sheet/XSolver.hpp> #include <com/sun/star/sheet/XSolverDescription.hpp> #include <test/bootstrapfixture.hxx> -#include <address.hxx> - using namespace css; namespace { |