diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:31:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:52 +0200 |
commit | 63ffec7c8590105b2e202f324db328ff44805b12 (patch) | |
tree | 927fa8b7a587b3e1ad01879e3d82d5925cb1732c /stoc/source | |
parent | c8ee9e53d25a9252173b8b67abb73bcd9e1b8894 (diff) |
loplugin:includeform: stoc
Change-Id: Ie891e4abfd9968f9f7a35f60ecb3a0acc4215be3
Diffstat (limited to 'stoc/source')
-rw-r--r-- | stoc/source/javaloader/javaloader.cxx | 2 | ||||
-rw-r--r-- | stoc/source/javavm/javavm.cxx | 2 | ||||
-rw-r--r-- | stoc/source/javavm/jvmargs.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/javaloader/javaloader.cxx b/stoc/source/javaloader/javaloader.cxx index b634a3879895..02bb22d2b7d9 100644 --- a/stoc/source/javaloader/javaloader.cxx +++ b/stoc/source/javaloader/javaloader.cxx @@ -39,7 +39,7 @@ #include <com/sun/star/lang/XMultiComponentFactory.hpp> -#include "jni.h" +#include <jni.h> #include <cppuhelper/factory.hxx> #include <cppuhelper/implementationentry.hxx> diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx index 5fdb0ea1cf79..11e089740a47 100644 --- a/stoc/source/javavm/javavm.cxx +++ b/stoc/source/javavm/javavm.cxx @@ -73,7 +73,7 @@ #include <uno/environment.h> #include <jvmfwk/framework.hxx> #include <i18nlangtag/languagetag.hxx> -#include "jni.h" +#include <jni.h> #include <stack> #include <string.h> diff --git a/stoc/source/javavm/jvmargs.hxx b/stoc/source/javavm/jvmargs.hxx index 4d6badac8395..3533078c4b47 100644 --- a/stoc/source/javavm/jvmargs.hxx +++ b/stoc/source/javavm/jvmargs.hxx @@ -25,7 +25,7 @@ #include <vector> #include <rtl/ustring.hxx> -#include "jni.h" +#include <jni.h> extern "C" { |