diff options
author | Oliver Bolte <obo@openoffice.org> | 2002-11-05 08:31:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2002-11-05 08:31:35 +0000 |
commit | 5ab289ad1ca6d1124dbc8867854a9fec823e4e5d (patch) | |
tree | c5bca9b998c51bb08b206411e73bc6633329f364 /javaunohelper | |
parent | e3ea42f011726b3b8bbdd96e70e4a83659ddd9cf (diff) |
#100000# jni.h moved to other line
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/source/bootstrap.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/javaunohelper/source/bootstrap.cxx b/javaunohelper/source/bootstrap.cxx index 30fcd27b967c..32f6fa1edd66 100644 --- a/javaunohelper/source/bootstrap.cxx +++ b/javaunohelper/source/bootstrap.cxx @@ -2,9 +2,9 @@ * * $RCSfile: bootstrap.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: dbo $ $Date: 2002-10-21 15:30:33 $ + * last change: $Author: obo $ $Date: 2002-11-05 09:31:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,8 +59,6 @@ * ************************************************************************/ -#include <jni.h> - #include <osl/diagnose.h> #include <rtl/alloc.h> #include <rtl/bootstrap.hxx> @@ -73,6 +71,8 @@ #include <bridges/java/jvmcontext.hxx> +#include <jni.h> + #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) |