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 /jvmfwk/inc | |
parent | fc8e95600aa40ef33beab7fd4c07e7ce66df1d27 (diff) |
loplugin:includeform: jvmfwk
Change-Id: I7292ced23647692fdc85a3c234fb1469a91ad0ea
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r-- | jvmfwk/inc/elements.hxx | 10 | ||||
-rw-r--r-- | jvmfwk/inc/fwkutil.hxx | 14 | ||||
-rw-r--r-- | jvmfwk/inc/vendorbase.hxx | 10 | ||||
-rw-r--r-- | jvmfwk/inc/vendorplugin.hxx | 4 |
4 files changed, 19 insertions, 19 deletions
diff --git a/jvmfwk/inc/elements.hxx b/jvmfwk/inc/elements.hxx index 047c5aab85bc..eb174a4be3e9 100644 --- a/jvmfwk/inc/elements.hxx +++ b/jvmfwk/inc/elements.hxx @@ -23,12 +23,12 @@ #include <memory> #include <vector> -#include "jvmfwk/framework.hxx" +#include <jvmfwk/framework.hxx> #include "fwkutil.hxx" -#include "rtl/ustring.hxx" -#include "rtl/byteseq.hxx" -#include "libxml/parser.h" -#include "boost/optional.hpp" +#include <rtl/ustring.hxx> +#include <rtl/byteseq.hxx> +#include <libxml/parser.h> +#include <boost/optional.hpp> #define NS_JAVA_FRAMEWORK "http://openoffice.org/2004/java/framework/1.0" #define NS_SCHEMA_INSTANCE "http://www.w3.org/2001/XMLSchema-instance" diff --git a/jvmfwk/inc/fwkutil.hxx b/jvmfwk/inc/fwkutil.hxx index cf676ce74637..8ee28601a110 100644 --- a/jvmfwk/inc/fwkutil.hxx +++ b/jvmfwk/inc/fwkutil.hxx @@ -22,13 +22,13 @@ #include <config_features.h> #include <config_folders.h> -#include "sal/config.h" -#include "osl/mutex.hxx" -#include "rtl/bootstrap.hxx" -#include "rtl/instance.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/byteseq.hxx" -#include "osl/thread.hxx" +#include <sal/config.h> +#include <osl/mutex.hxx> +#include <rtl/bootstrap.hxx> +#include <rtl/instance.hxx> +#include <rtl/ustrbuf.hxx> +#include <rtl/byteseq.hxx> +#include <osl/thread.hxx> namespace jfw { diff --git a/jvmfwk/inc/vendorbase.hxx b/jvmfwk/inc/vendorbase.hxx index c9ebcb256913..b2ae34915459 100644 --- a/jvmfwk/inc/vendorbase.hxx +++ b/jvmfwk/inc/vendorbase.hxx @@ -20,12 +20,12 @@ #ifndef INCLUDED_JVMFWK_PLUGINS_SUNMAJOR_PLUGINLIB_VENDORBASE_HXX #define INCLUDED_JVMFWK_PLUGINS_SUNMAJOR_PLUGINLIB_VENDORBASE_HXX -#include "config_java.h" +#include <config_java.h> -#include "rtl/ustring.hxx" -#include "rtl/ref.hxx" -#include "osl/endian.h" -#include "salhelper/simplereferenceobject.hxx" +#include <rtl/ustring.hxx> +#include <rtl/ref.hxx> +#include <osl/endian.h> +#include <salhelper/simplereferenceobject.hxx> #include <vector> namespace jfw_plugin diff --git a/jvmfwk/inc/vendorplugin.hxx b/jvmfwk/inc/vendorplugin.hxx index a8a7a4b3c7ae..f370f1123375 100644 --- a/jvmfwk/inc/vendorplugin.hxx +++ b/jvmfwk/inc/vendorplugin.hxx @@ -24,13 +24,13 @@ #include <jvmfwk/framework.hxx> #include <rtl/ref.hxx> #include <rtl/ustring.h> -#include "jni.h" +#include <jni.h> #include <memory> #include <vector> #include <utility> #include "elements.hxx" -#include <vendorbase.hxx> +#include "vendorbase.hxx" /** @file |