summaryrefslogtreecommitdiffstats
path: root/stoc/source/javaloader
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-22 08:56:06 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-22 12:50:47 +0200
commite01f3e4559ba0011e32f0e0dda1df6173dd83295 (patch)
tree6ad06a3cdd32dddbfed16aa9528f6195656fb7a1 /stoc/source/javaloader
parentstoc: convert TEST_LIST_CLASSES case also (diff)
downloadcore-e01f3e4559ba0011e32f0e0dda1df6173dd83295.tar.gz
core-e01f3e4559ba0011e32f0e0dda1df6173dd83295.zip
stoc: fix includes
Change-Id: I0809bfa6897d469e63d6e84898f60aae16a14862
Diffstat (limited to 'stoc/source/javaloader')
-rw-r--r--stoc/source/javaloader/javaloader.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/javaloader/javaloader.cxx b/stoc/source/javaloader/javaloader.cxx
index 02da75765fc5..826bdb502be5 100644
--- a/stoc/source/javaloader/javaloader.cxx
+++ b/stoc/source/javaloader/javaloader.cxx
@@ -27,7 +27,7 @@
#include <uno/environment.h>
#include <uno/lbnames.h>
#include <uno/mapping.hxx>
-#include "com/sun/star/uno/RuntimeException.hpp"
+#include <com/sun/star/uno/RuntimeException.hpp>
#ifdef LINUX
#undef minor
@@ -52,8 +52,8 @@
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
-#include "jvmaccess/unovirtualmachine.hxx"
-#include "jvmaccess/virtualmachine.hxx"
+#include <jvmaccess/unovirtualmachine.hxx>
+#include <jvmaccess/virtualmachine.hxx>
using namespace css::java;
using namespace css::lang;