native builds are now oneshot compiled
[org.ibex.core.git] / src / org / ibex / plat / GCJ.cc
index ca5aa9b..53e7f19 100644 (file)
@@ -4,6 +4,14 @@
 
 #include <gcj/cni.h>
 #include <gcj/array.h>
+#include <org/ibex/Platform.h>
+#include <org/ibex/Picture.h>
+#include <org/ibex/plat/GCJ.h>
+#include <java/io/InputStream.h>
+#include <java/io/ByteArrayInputStream.h>
+#include <java/lang/RuntimeException.h>
+#include <org/ibex/plat/GCJ.h>
+#include <org/ibex/util/Log.h>
 extern "C" {
 
 // hack for broken Solaris headers
@@ -14,14 +22,6 @@ extern "C" {
 #include <setjmp.h>
 #include "jpeglib.h"
 }
-#include <org/ibex/Platform.h>
-#include <org/ibex/Picture.h>
-#include <org/ibex/plat/GCJ.h>
-#include <java/io/InputStream.h>
-#include <java/io/ByteArrayInputStream.h>
-#include <java/lang/RuntimeException.h>
-#include <org/ibex/plat/GCJ.h>
-#include <org/ibex/util/Log.h>
 
 #ifdef TRUE
 #undef TRUE