diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-23 23:21:44 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-02-03 10:38:58 +0100 |
commit | db17b611655873232153cae379035a12cfebb428 (patch) | |
tree | 228faab80b2951f4b228ac10ffcec5663c08c2fa /unotest/source/cpp/unobootstrapprotector | |
parent | c51a43bd70aa9fec0a051e51622a6a91f5aaa1a9 (diff) |
tdf#42949 Fix IWYU warnings in unotest/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ia33a10041f2411361cc849241d51b614754cda00
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87310
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'unotest/source/cpp/unobootstrapprotector')
-rw-r--r-- | unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx b/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx index 56d6da9f3e4e..5ad175b9d0ef 100644 --- a/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx +++ b/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx @@ -17,29 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <limits> -#include <string> -#include <iostream> - #include <com/sun/star/uno/Exception.hpp> #include <cppuhelper/bootstrap.hxx> #include <comphelper/processfactory.hxx> -#include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <cppuhelper/exc_hlp.hxx> -#include <cppunit/Message.h> -#include <osl/thread.h> -#include <rtl/string.hxx> -#include <rtl/ustring.h> -#include <rtl/ustring.hxx> #include <sal/types.h> -#include <cppunittester/protectorfactory.hxx> +#include <cppunit/Protector.h> namespace { |