loplugin:includeform: javaunohelper

Change-Id: If8f65b5942fd41c7023a14f9e321568a0d6c7946
This commit is contained in:
Stephan Bergmann 2017-10-23 22:39:35 +02:00
parent 285ebf02da
commit 9b5afa247a
7 changed files with 36 additions and 36 deletions

View file

@ -17,26 +17,26 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include "osl/diagnose.h"
#include <osl/diagnose.h>
#include "rtl/alloc.h"
#include "rtl/bootstrap.hxx"
#include "rtl/string.hxx"
#include <rtl/alloc.h>
#include <rtl/bootstrap.hxx>
#include <rtl/string.hxx>
#include <uno/lbnames.h>
#include "uno/mapping.hxx"
#include "uno/environment.hxx"
#include <uno/mapping.hxx>
#include <uno/environment.hxx>
#include "cppuhelper/bootstrap.hxx"
#include <cppuhelper/bootstrap.hxx>
#include "com/sun/star/lang/XComponent.hpp"
#include "com/sun/star/lang/XSingleComponentFactory.hpp"
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
#include "jni.h"
#include "jvmaccess/virtualmachine.hxx"
#include "jvmaccess/unovirtualmachine.hxx"
#include <jni.h>
#include <jvmaccess/virtualmachine.hxx>
#include <jvmaccess/unovirtualmachine.hxx>
#include "juhx-export-functions.hxx"
#include "vm.hxx"

View file

@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include <osl/module.hxx>
#include <osl/thread.h>
@ -33,9 +33,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
#include "jni.h"
#include "jvmaccess/virtualmachine.hxx"
#include "jvmaccess/unovirtualmachine.hxx"
#include <jni.h>
#include <jvmaccess/virtualmachine.hxx>
#include <jvmaccess/unovirtualmachine.hxx>
#include "juhx-export-functions.hxx"
#include "vm.hxx"

View file

@ -20,9 +20,9 @@
#ifndef INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_FUNCTIONS_HXX
#define INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_FUNCTIONS_HXX
#include "sal/config.h"
#include <sal/config.h>
#include "sal/types.h"
#include <sal/types.h>
#include "juhx-export-types.hxx"

View file

@ -20,9 +20,9 @@
#ifndef INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_TYPES_HXX
#define INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_TYPES_HXX
#include "sal/config.h"
#include <sal/config.h>
#include "jni.h"
#include <jni.h>
#if defined DISABLE_DYNLOADING
#define JAVAUNOHELPER_DETAIL_CALLCONV JNICALL

View file

@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include "jni.h"
#include <jni.h>
#include "rtl/ustring.hxx"
#include "osl/module.hxx"
#include <rtl/ustring.hxx>
#include <osl/module.hxx>
#include "juhx-export-types.hxx"

View file

@ -18,17 +18,17 @@
*/
#include "sal/config.h"
#include <sal/config.h>
#include "vm.hxx"
#include "com/sun/star/beans/NamedValue.hpp"
#include "com/sun/star/lang/XSingleComponentFactory.hpp"
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
#include <cppuhelper/compbase.hxx>
#include "cppuhelper/component_context.hxx"
#include "jvmaccess/virtualmachine.hxx"
#include "jvmaccess/unovirtualmachine.hxx"
#include "osl/mutex.hxx"
#include <cppuhelper/component_context.hxx>
#include <jvmaccess/virtualmachine.hxx>
#include <jvmaccess/unovirtualmachine.hxx>
#include <osl/mutex.hxx>
namespace {

View file

@ -20,11 +20,11 @@
#ifndef INCLUDED_JAVAUNOHELPER_SOURCE_VM_HXX
#define INCLUDED_JAVAUNOHELPER_SOURCE_VM_HXX
#include "sal/config.h"
#include <sal/config.h>
#include "jni.h"
#include "com/sun/star/uno/Reference.hxx"
#include "rtl/ref.hxx"
#include <jni.h>
#include <com/sun/star/uno/Reference.hxx>
#include <rtl/ref.hxx>
namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext;