summaryrefslogtreecommitdiff
path: root/jvmfwk/inc
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r--jvmfwk/inc/elements.hxx10
-rw-r--r--jvmfwk/inc/fwkutil.hxx14
-rw-r--r--jvmfwk/inc/vendorbase.hxx10
-rw-r--r--jvmfwk/inc/vendorplugin.hxx4
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