diff options
Diffstat (limited to 'jvmfwk/plugins/sunmajor/javaenvsetup')
-rw-r--r-- | jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx | 12 |
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); |