diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:38:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:03 +0200 |
commit | 0a938e785920f46404334a9d19f018d3e28d9a49 (patch) | |
tree | 1b809bd234be3fb98a1fc78068cd57c133cd4db0 /include/jvmfwk/framework.hxx | |
parent | fc8e95600aa40ef33beab7fd4c07e7ce66df1d27 (diff) |
loplugin:includeform: jvmfwk
Change-Id: I7292ced23647692fdc85a3c234fb1469a91ad0ea
Diffstat (limited to 'include/jvmfwk/framework.hxx')
-rw-r--r-- | include/jvmfwk/framework.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx index ac7087b320d2..63062849fb0c 100644 --- a/include/jvmfwk/framework.hxx +++ b/include/jvmfwk/framework.hxx @@ -30,7 +30,7 @@ #include <jvmfwk/jvmfwkdllapi.hxx> #include <rtl/byteseq.hxx> #include <rtl/ustring.hxx> -#include "jni.h" +#include <jni.h> /** @file <p>This library can operate in two modes, application mode and direct mode.</p> |