diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-21 00:07:16 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-24 11:59:16 +0100 |
commit | 3381e35ec2b567f0b85cce6192df11d0be9cdbe2 (patch) | |
tree | eb82533b7d258877b0fee8fe202d9bb1ece16ad4 /desktop/qa/unit | |
parent | 1d10db1003f092f48ed09a0d45994f7481b96d84 (diff) |
tdf#42949 Fix IWYU warnings in desktop/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: If72377cb352be71050a5b0a471bbe3b02d9c0f74
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87117
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'desktop/qa/unit')
-rw-r--r-- | desktop/qa/unit/desktop-dialogs-test.cxx | 3 | ||||
-rw-r--r-- | desktop/qa/unit/desktop-lok-init.cxx | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/desktop/qa/unit/desktop-dialogs-test.cxx b/desktop/qa/unit/desktop-dialogs-test.cxx index c820ad0f5c5f..2a48c03f909c 100644 --- a/desktop/qa/unit/desktop-dialogs-test.cxx +++ b/desktop/qa/unit/desktop-dialogs-test.cxx @@ -9,9 +9,6 @@ #include <sal/config.h> #include <test/screenshot_test.hxx> -#include <rtl/strbuf.hxx> -#include <osl/file.hxx> -#include <sfx2/app.hxx> #include <vcl/abstdlg.hxx> using namespace ::com::sun::star; diff --git a/desktop/qa/unit/desktop-lok-init.cxx b/desktop/qa/unit/desktop-lok-init.cxx index 180b95c33a6a..7e6e266cf899 100644 --- a/desktop/qa/unit/desktop-lok-init.cxx +++ b/desktop/qa/unit/desktop-lok-init.cxx @@ -7,16 +7,11 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <memory> -#include <boost/property_tree/json_parser.hpp> #include <cppunit/TestFixture.h> #include <cppunit/plugin/TestPlugIn.h> #include <cppunit/extensions/HelperMacros.h> #include <comphelper/anytostring.hxx> #include <comphelper/sequence.hxx> -#include <cstdlib> -#include <string> -#include <stdio.h> #include <tools/color.hxx> |