summaryrefslogtreecommitdiffstats
path: root/jvmfwk/plugins/sunmajor/javaenvsetup
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:38:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:03 +0200
commit0a938e785920f46404334a9d19f018d3e28d9a49 (patch)
tree1b809bd234be3fb98a1fc78068cd57c133cd4db0 /jvmfwk/plugins/sunmajor/javaenvsetup
parentloplugin:includeform: l10ntools (diff)
downloadcore-0a938e785920f46404334a9d19f018d3e28d9a49.tar.gz
core-0a938e785920f46404334a9d19f018d3e28d9a49.zip
loplugin:includeform: jvmfwk
Change-Id: I7292ced23647692fdc85a3c234fb1469a91ad0ea
Diffstat (limited to 'jvmfwk/plugins/sunmajor/javaenvsetup')
-rw-r--r--jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx b/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
index 0c5e26398d9e..2a1a6b13baf2 100644
--- a/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
+++ b/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
@@ -25,12 +25,12 @@
#include <stdlib.h>
#include <string.h>
#include <iostream>
-#include "sal/main.h"
-#include "sal/types.h"
-#include "osl/thread.h"
-#include "rtl/ustring.hxx"
-#include "rtl/byteseq.hxx"
-#include "jvmfwk/framework.hxx"
+#include <sal/main.h>
+#include <sal/types.h>
+#include <osl/thread.h>
+#include <rtl/ustring.hxx>
+#include <rtl/byteseq.hxx>
+#include <jvmfwk/framework.hxx>
static bool hasOption(char const * szOption, int argc, char** argv);