X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FPOSIX.cc;h=0fe7dc18f781a26932d68a939f27cf3b2f16fe74;hb=d892b1ff73b696e37812afd7d78c2eaae3342a0b;hp=869e275061409888f0111a28aa52435beb6759fa;hpb=3591b88b94a6bb378af3d4abe6eb5233ce583104;p=org.ibex.core.git diff --git a/src/org/ibex/plat/POSIX.cc b/src/org/ibex/plat/POSIX.cc index 869e275..0fe7dc1 100644 --- a/src/org/ibex/plat/POSIX.cc +++ b/src/org/ibex/plat/POSIX.cc @@ -1,18 +1,6 @@ // Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL] // see below for copyright information on the second portion of this file -#include "GCJ.cc" - -#include -#include -#include -#include -#include -#include -#include -#include - -// FIXME: we don't need all these #include #include #include @@ -27,6 +15,16 @@ #include #include +#include "GCJ.cc" + +#include +#include +#include +#include +#include +#include +#include + jstring org::ibex::plat::POSIX::_getEnv(jstring key) { int len = JvGetStringUTFLength(key); char buf[len + 1];