bugfix in url parsing for HTTP.java
[org.ibex.core.git] / src / org / ibex / plat / Linux.cc
index e96c23c..37118c3 100644 (file)
@@ -1,7 +1,12 @@
+// IMPORTANT: inclusion order: always include gcjh'ed headers first, then superclass cc's, then system headers
+#undef file
 #include <stdint.h>
-#include "X11.cc"
-
+#include <java/lang/Class.h>
+#include <org/ibex/js/JS.h>
+#include <org/ibex/util/Log.h>
 #include <org/ibex/plat/Linux.h>
+#include "X11.cc"
+#include <stdint.h>
 
 // we love libgcj!
 extern const char **_Jv_argv;