summaryrefslogtreecommitdiff
path: root/jvmaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:39:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:03 +0200
commit1852f8f12d4205fc0ea76303c777fac7327953e7 (patch)
tree50ed6ff11ab12b318c107bb227ab86cf1f77235d /jvmaccess
parent0a938e785920f46404334a9d19f018d3e28d9a49 (diff)
loplugin:includeform: jvmaccess
Change-Id: Iae16eaada04d35a655f7f9d8b5e8156f5c7cd171
Diffstat (limited to 'jvmaccess')
-rw-r--r--jvmaccess/source/classpath.cxx26
-rw-r--r--jvmaccess/source/unovirtualmachine.cxx10
2 files changed, 18 insertions, 18 deletions
diff --git a/jvmaccess/source/classpath.cxx b/jvmaccess/source/classpath.cxx
index 8171945047a4..6a5ccf87b1d4 100644
--- a/jvmaccess/source/classpath.cxx
+++ b/jvmaccess/source/classpath.cxx
@@ -17,25 +17,25 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "jvmaccess/classpath.hxx"
+#include <jvmaccess/classpath.hxx>
#include <cassert>
#include <vector>
-#include "com/sun/star/lang/IllegalArgumentException.hpp"
-#include "com/sun/star/uno/Reference.hxx"
-#include "com/sun/star/uno/RuntimeException.hpp"
-#include "com/sun/star/uno/XComponentContext.hpp"
-#include "com/sun/star/uno/XInterface.hpp"
-#include "com/sun/star/uri/UriReferenceFactory.hpp"
-#include "com/sun/star/uri/XVndSunStarExpandUrlReference.hpp"
-#include "com/sun/star/util/theMacroExpander.hpp"
-#include "rtl/ustring.hxx"
-#include "sal/types.h"
+#include <com/sun/star/lang/IllegalArgumentException.hpp>
+#include <com/sun/star/uno/Reference.hxx>
+#include <com/sun/star/uno/RuntimeException.hpp>
+#include <com/sun/star/uno/XComponentContext.hpp>
+#include <com/sun/star/uno/XInterface.hpp>
+#include <com/sun/star/uri/UriReferenceFactory.hpp>
+#include <com/sun/star/uri/XVndSunStarExpandUrlReference.hpp>
+#include <com/sun/star/util/theMacroExpander.hpp>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
-#include "jni.h"
+#include <jni.h>
jobjectArray jvmaccess::ClassPath::translateToUrls(
css::uno::Reference< css::uno::XComponentContext > const & context,
diff --git a/jvmaccess/source/unovirtualmachine.cxx b/jvmaccess/source/unovirtualmachine.cxx
index 8b6b27d4ce97..d42a3a31d8ae 100644
--- a/jvmaccess/source/unovirtualmachine.cxx
+++ b/jvmaccess/source/unovirtualmachine.cxx
@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "jvmaccess/unovirtualmachine.hxx"
+#include <jvmaccess/unovirtualmachine.hxx>
-#include "jvmaccess/virtualmachine.hxx"
-#include "sal/log.hxx"
+#include <jvmaccess/virtualmachine.hxx>
+#include <sal/log.hxx>
-#include "jni.h"
+#include <jni.h>
namespace jvmaccess {