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:
parent
2d0c44e63f
commit
f6cdc43257
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue