From 1852f8f12d4205fc0ea76303c777fac7327953e7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:39:19 +0200 Subject: loplugin:includeform: jvmaccess Change-Id: Iae16eaada04d35a655f7f9d8b5e8156f5c7cd171 --- jvmaccess/source/classpath.cxx | 26 +++++++++++++------------- jvmaccess/source/unovirtualmachine.cxx | 10 +++++----- 2 files changed, 18 insertions(+), 18 deletions(-) (limited to 'jvmaccess') diff --git a/jvmaccess/source/classpath.cxx b/jvmaccess/source/classpath.cxx index 8171945047a4..6a5ccf87b1d4 100644 --- a/jvmaccess/source/classpath.cxx +++ b/jvmaccess/source/classpath.cxx @@ -17,25 +17,25 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include -#include "jvmaccess/classpath.hxx" +#include #include #include -#include "com/sun/star/lang/IllegalArgumentException.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "com/sun/star/uri/UriReferenceFactory.hpp" -#include "com/sun/star/uri/XVndSunStarExpandUrlReference.hpp" -#include "com/sun/star/util/theMacroExpander.hpp" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include -#include "jni.h" +#include jobjectArray jvmaccess::ClassPath::translateToUrls( css::uno::Reference< css::uno::XComponentContext > const & context, diff --git a/jvmaccess/source/unovirtualmachine.cxx b/jvmaccess/source/unovirtualmachine.cxx index 8b6b27d4ce97..d42a3a31d8ae 100644 --- a/jvmaccess/source/unovirtualmachine.cxx +++ b/jvmaccess/source/unovirtualmachine.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include -#include "jvmaccess/unovirtualmachine.hxx" +#include -#include "jvmaccess/virtualmachine.hxx" -#include "sal/log.hxx" +#include +#include -#include "jni.h" +#include namespace jvmaccess { -- cgit