diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:58:44 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:56 -0600 |
commit | a4c99c47dab325bba6d25060587e6598b4b7c9f6 (patch) | |
tree | 311b6d3c71b94b3c0771efc15fba906ca8a9dbbe /include/jvmaccess/unovirtualmachine.hxx | |
parent | ec7e3cc0d7c9d5803b6fec8b10507a2cee67d841 (diff) |
fdo#65108 inter-module includes <> include/jvmaccess
Change-Id: I1307d20ab561c35fff0e8ab9afb8fc0821ba8cc1
Diffstat (limited to 'include/jvmaccess/unovirtualmachine.hxx')
-rw-r--r-- | include/jvmaccess/unovirtualmachine.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/jvmaccess/unovirtualmachine.hxx b/include/jvmaccess/unovirtualmachine.hxx index 4d618d14d863..055ad0904eee 100644 --- a/include/jvmaccess/unovirtualmachine.hxx +++ b/include/jvmaccess/unovirtualmachine.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_JVMACCESS_UNOVIRTUALMACHINE_HXX #define INCLUDED_JVMACCESS_UNOVIRTUALMACHINE_HXX -#include "jvmaccessdllapi.h" -#include "sal/config.h" -#include "salhelper/simplereferenceobject.hxx" -#include "rtl/ref.hxx" +#include <jvmaccess/jvmaccessdllapi.h> +#include <sal/config.h> +#include <salhelper/simplereferenceobject.hxx> +#include <rtl/ref.hxx> namespace jvmaccess { |