diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-14 00:40:47 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-06-19 08:37:38 +0200 |
commit | 54d63ea296fa7598711226af2ce2ea368e3ca93a (patch) | |
tree | d2e4dea453911a3a6a5dfdaa40a081fe392e0010 /vcl/qa/cppunit/app | |
parent | e191cacf62782871d09bfad7843a84d417c080e0 (diff) |
tdf#42949 Fix IWYU warnings in vcl/qa/* & vcl/backendtest/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I2d5ab9fd1117a4c57eb42ca849daf0949a79ff50
Reviewed-on: https://gerrit.libreoffice.org/73999
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vcl/qa/cppunit/app')
-rw-r--r-- | vcl/qa/cppunit/app/test_IconThemeInfo.cxx | 3 | ||||
-rw-r--r-- | vcl/qa/cppunit/app/test_IconThemeScanner.cxx | 3 | ||||
-rw-r--r-- | vcl/qa/cppunit/app/test_IconThemeSelector.cxx | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/vcl/qa/cppunit/app/test_IconThemeInfo.cxx b/vcl/qa/cppunit/app/test_IconThemeInfo.cxx index df6f22014528..d2e466d89f94 100644 --- a/vcl/qa/cppunit/app/test_IconThemeInfo.cxx +++ b/vcl/qa/cppunit/app/test_IconThemeInfo.cxx @@ -9,15 +9,12 @@ #include <stdexcept> -#include <sal/types.h> - #include <rtl/ustring.hxx> #include <vcl/IconThemeInfo.hxx> #include <cppunit/TestAssert.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include <cppunit/plugin/TestPlugIn.h> using namespace vcl; diff --git a/vcl/qa/cppunit/app/test_IconThemeScanner.cxx b/vcl/qa/cppunit/app/test_IconThemeScanner.cxx index 6fc2993c7a8d..5b3231cd7022 100644 --- a/vcl/qa/cppunit/app/test_IconThemeScanner.cxx +++ b/vcl/qa/cppunit/app/test_IconThemeScanner.cxx @@ -9,8 +9,6 @@ #include <stdexcept> -#include <sal/types.h> - #include <rtl/ustring.hxx> #include <vcl/IconThemeScanner.hxx> #include <vcl/IconThemeInfo.hxx> @@ -18,7 +16,6 @@ #include <cppunit/TestAssert.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include <cppunit/plugin/TestPlugIn.h> class IconThemeScannerTest : public CppUnit::TestFixture { diff --git a/vcl/qa/cppunit/app/test_IconThemeSelector.cxx b/vcl/qa/cppunit/app/test_IconThemeSelector.cxx index 06cfe9466f63..a6b91561ea60 100644 --- a/vcl/qa/cppunit/app/test_IconThemeSelector.cxx +++ b/vcl/qa/cppunit/app/test_IconThemeSelector.cxx @@ -9,7 +9,6 @@ #include <vcl/IconThemeSelector.hxx> -#include <vcl/IconThemeScanner.hxx> #include <vcl/IconThemeInfo.hxx> #include <cppunit/TestAssert.h> |