Kaydet (Commit) a4c99c47 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fdo#65108 inter-module includes <> include/jvmaccess

Change-Id: I1307d20ab561c35fff0e8ab9afb8fc0821ba8cc1
üst ec7e3cc0
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#ifndef INCLUDED_JVMACCESS_CLASSPATH_HXX #ifndef INCLUDED_JVMACCESS_CLASSPATH_HXX
#define INCLUDED_JVMACCESS_CLASSPATH_HXX #define INCLUDED_JVMACCESS_CLASSPATH_HXX
#include "jvmaccessdllapi.h" #include <jvmaccess/jvmaccessdllapi.h>
#include "sal/config.h" #include <sal/config.h>
#include "com/sun/star/uno/Reference.hxx" #include <com/sun/star/uno/Reference.hxx>
#include "jni.h" #include "jni.h"
......
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
#ifndef INCLUDED_JVMACCESS_UNOVIRTUALMACHINE_HXX #ifndef INCLUDED_JVMACCESS_UNOVIRTUALMACHINE_HXX
#define INCLUDED_JVMACCESS_UNOVIRTUALMACHINE_HXX #define INCLUDED_JVMACCESS_UNOVIRTUALMACHINE_HXX
#include "jvmaccessdllapi.h" #include <jvmaccess/jvmaccessdllapi.h>
#include "sal/config.h" #include <sal/config.h>
#include "salhelper/simplereferenceobject.hxx" #include <salhelper/simplereferenceobject.hxx>
#include "rtl/ref.hxx" #include <rtl/ref.hxx>
namespace jvmaccess { namespace jvmaccess {
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#ifndef INCLUDED_JVMACCESS_VIRTUALMACHINE_HXX #ifndef INCLUDED_JVMACCESS_VIRTUALMACHINE_HXX
#define INCLUDED_JVMACCESS_VIRTUALMACHINE_HXX #define INCLUDED_JVMACCESS_VIRTUALMACHINE_HXX
#include "jvmaccessdllapi.h" #include <jvmaccess/jvmaccessdllapi.h>
#include "rtl/ref.hxx" #include <rtl/ref.hxx>
#include "salhelper/simplereferenceobject.hxx" #include <salhelper/simplereferenceobject.hxx>
#include "jni.h" #include "jni.h"
......
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