From 62605b16b0fd6a4a9429b8b185242f91eae67581 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 12 May 2019 02:20:12 +0200 Subject: tdf#42949 Fix IWYU warnings in stoc/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I3c1b091d30449243faec3f875e6f0ac6d8b34259 Reviewed-on: https://gerrit.libreoffice.org/72214 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- stoc/source/javaloader/javaloader.cxx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'stoc/source/javaloader') diff --git a/stoc/source/javaloader/javaloader.cxx b/stoc/source/javaloader/javaloader.cxx index 19dc5d875049..760f6d356a3c 100644 --- a/stoc/source/javaloader/javaloader.cxx +++ b/stoc/source/javaloader/javaloader.cxx @@ -17,12 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include - -#include - #include -#include #include #include @@ -39,8 +34,6 @@ #include -#include - #include #include @@ -50,14 +43,15 @@ #include #include -#include #include #include -#include +#include #include #include +namespace com::sun::star::registry { class XRegistryKey; } + using namespace css::java; using namespace css::lang; using namespace css::loader; -- cgit