summaryrefslogtreecommitdiffstats
path: root/javaunohelper/source/vm.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:39:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:04 +0200
commit9b5afa247a737ddf4b77c24ad512a1859415a577 (patch)
tree24cf85e8c94ab4b07627b0f3203f6c3c6b432e94 /javaunohelper/source/vm.cxx
parentloplugin:includeform: jurt (diff)
downloadcore-9b5afa247a737ddf4b77c24ad512a1859415a577.tar.gz
core-9b5afa247a737ddf4b77c24ad512a1859415a577.zip
loplugin:includeform: javaunohelper
Change-Id: If8f65b5942fd41c7023a14f9e321568a0d6c7946
Diffstat (limited to 'javaunohelper/source/vm.cxx')
-rw-r--r--javaunohelper/source/vm.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/javaunohelper/source/vm.cxx b/javaunohelper/source/vm.cxx
index 763fc4c98aee..b3643acc78e2 100644
--- a/javaunohelper/source/vm.cxx
+++ b/javaunohelper/source/vm.cxx
@@ -18,17 +18,17 @@
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include "vm.hxx"
-#include "com/sun/star/beans/NamedValue.hpp"
-#include "com/sun/star/lang/XSingleComponentFactory.hpp"
+#include <com/sun/star/beans/NamedValue.hpp>
+#include <com/sun/star/lang/XSingleComponentFactory.hpp>
#include <cppuhelper/compbase.hxx>
-#include "cppuhelper/component_context.hxx"
-#include "jvmaccess/virtualmachine.hxx"
-#include "jvmaccess/unovirtualmachine.hxx"
-#include "osl/mutex.hxx"
+#include <cppuhelper/component_context.hxx>
+#include <jvmaccess/virtualmachine.hxx>
+#include <jvmaccess/unovirtualmachine.hxx>
+#include <osl/mutex.hxx>
namespace {