Kaydet (Commit) 9b5afa24 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: javaunohelper

Change-Id: If8f65b5942fd41c7023a14f9e321568a0d6c7946
üst 285ebf02
...@@ -17,26 +17,26 @@ ...@@ -17,26 +17,26 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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/alloc.h>
#include "rtl/bootstrap.hxx" #include <rtl/bootstrap.hxx>
#include "rtl/string.hxx" #include <rtl/string.hxx>
#include <uno/lbnames.h> #include <uno/lbnames.h>
#include "uno/mapping.hxx" #include <uno/mapping.hxx>
#include "uno/environment.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/XComponent.hpp>
#include "com/sun/star/lang/XSingleComponentFactory.hpp" #include <com/sun/star/lang/XSingleComponentFactory.hpp>
#include "jni.h" #include <jni.h>
#include "jvmaccess/virtualmachine.hxx" #include <jvmaccess/virtualmachine.hxx>
#include "jvmaccess/unovirtualmachine.hxx" #include <jvmaccess/unovirtualmachine.hxx>
#include "juhx-export-functions.hxx" #include "juhx-export-functions.hxx"
#include "vm.hxx" #include "vm.hxx"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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/module.hxx>
#include <osl/thread.h> #include <osl/thread.h>
...@@ -33,9 +33,9 @@ ...@@ -33,9 +33,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/registry/XRegistryKey.hpp>
#include "jni.h" #include <jni.h>
#include "jvmaccess/virtualmachine.hxx" #include <jvmaccess/virtualmachine.hxx>
#include "jvmaccess/unovirtualmachine.hxx" #include <jvmaccess/unovirtualmachine.hxx>
#include "juhx-export-functions.hxx" #include "juhx-export-functions.hxx"
#include "vm.hxx" #include "vm.hxx"
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#ifndef INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_FUNCTIONS_HXX #ifndef INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_FUNCTIONS_HXX
#define 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" #include "juhx-export-types.hxx"
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#ifndef INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_TYPES_HXX #ifndef INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_TYPES_HXX
#define 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 #if defined DISABLE_DYNLOADING
#define JAVAUNOHELPER_DETAIL_CALLCONV JNICALL #define JAVAUNOHELPER_DETAIL_CALLCONV JNICALL
......
...@@ -17,12 +17,12 @@ ...@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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 <rtl/ustring.hxx>
#include "osl/module.hxx" #include <osl/module.hxx>
#include "juhx-export-types.hxx" #include "juhx-export-types.hxx"
......
...@@ -18,17 +18,17 @@ ...@@ -18,17 +18,17 @@
*/ */
#include "sal/config.h" #include <sal/config.h>
#include "vm.hxx" #include "vm.hxx"
#include "com/sun/star/beans/NamedValue.hpp" #include <com/sun/star/beans/NamedValue.hpp>
#include "com/sun/star/lang/XSingleComponentFactory.hpp" #include <com/sun/star/lang/XSingleComponentFactory.hpp>
#include <cppuhelper/compbase.hxx> #include <cppuhelper/compbase.hxx>
#include "cppuhelper/component_context.hxx" #include <cppuhelper/component_context.hxx>
#include "jvmaccess/virtualmachine.hxx" #include <jvmaccess/virtualmachine.hxx>
#include "jvmaccess/unovirtualmachine.hxx" #include <jvmaccess/unovirtualmachine.hxx>
#include "osl/mutex.hxx" #include <osl/mutex.hxx>
namespace { namespace {
......
...@@ -20,11 +20,11 @@ ...@@ -20,11 +20,11 @@
#ifndef INCLUDED_JAVAUNOHELPER_SOURCE_VM_HXX #ifndef INCLUDED_JAVAUNOHELPER_SOURCE_VM_HXX
#define INCLUDED_JAVAUNOHELPER_SOURCE_VM_HXX #define INCLUDED_JAVAUNOHELPER_SOURCE_VM_HXX
#include "sal/config.h" #include <sal/config.h>
#include "jni.h" #include <jni.h>
#include "com/sun/star/uno/Reference.hxx" #include <com/sun/star/uno/Reference.hxx>
#include "rtl/ref.hxx" #include <rtl/ref.hxx>
namespace com { namespace sun { namespace star { namespace uno { namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext; class XComponentContext;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment