natPosixProcess.cc: Reorder includes to fix compilation on hppa2.0w-hp-hpux11.11.

2007-07-05  Andreas Tobler  <a.tobler@schweiz.org>

	* java/lang/natPosixProcess.cc: Reorder includes to fix compilation
	on hppa2.0w-hp-hpux11.11.
	Remove include of <gcj/cni.h>.

From-SVN: r126388
This commit is contained in:
Andreas Tobler 2007-07-05 20:44:25 +00:00 committed by Andreas Tobler
parent 2d0c44e63f
commit f6cdc43257
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2007-07-05 Andreas Tobler <a.tobler@schweiz.org>
* java/lang/natPosixProcess.cc: Reorder includes to fix compilation
on hppa2.0w-hp-hpux11.11.
Remove include of <gcj/cni.h>.
2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
* aclocal.m4: Regenerated.

View file

@ -28,10 +28,9 @@ details. */
#include <unistd.h>
#include <pthread.h>
#include <gcj/cni.h>
#include <jvm.h>
#include <posix.h>
#include <posix-threads.h>
#include <jvm.h>
#include <java/lang/PosixProcess$ProcessManager.h>
#include <java/lang/PosixProcess.h>