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

Change-Id: I786a0e3b5c3b8e993a7ed0ab114756697761366e
This commit is contained in:
Norbert Thiebaud
2013-11-09 16:02:07 -06:00
parent a4c99c47da
commit 3e2208f0c9
2 changed files with 6 additions and 6 deletions

View File

@@ -22,9 +22,9 @@
#ifndef INCLUDED_JVMFWK_FRAMEWORK_H
#define INCLUDED_JVMFWK_FRAMEWORK_H
#include "jvmfwkdllapi.h"
#include "rtl/ustring.h"
#include "osl/mutex.h"
#include <jvmfwk/jvmfwkdllapi.h>
#include <rtl/ustring.h>
#include <osl/mutex.h>
#include "jni.h"
#ifdef __cplusplus

View File

@@ -21,9 +21,9 @@
#ifndef INCLUDED_JVMFWK_VENDORPLUGIN_H
#define INCLUDED_JVMFWK_VENDORPLUGIN_H
#include "jvmfwkplugindllapi.h"
#include "jvmfwk/framework.h"
#include "rtl/ustring.h"
#include <jvmfwk/jvmfwkplugindllapi.h>
#include <jvmfwk/framework.h>
#include <rtl/ustring.h>
#include "jni.h"
#ifdef __cplusplus