Delete automatic rta parsing of java/lang/Runtime.getRuntime
[cacao.git] / src / vm / jit / jit.h
index 24d95dd7f71c845826117689d601c16094cb7254..92c5f740b04e57967daea789a1cceee189344bb7 100644 (file)
@@ -29,7 +29,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: jit.h 1506 2004-11-14 14:48:49Z jowenn $
+   $Id: jit.h 1621 2004-11-30 13:06:55Z twisti $
 
 */
 
 #ifndef _JIT_H
 #define _JIT_H
 
-#include "global.h"
-#include "builtin.h"
-#include "typeinfo.h"
-#include "jit/codegen.inc.h"
-#include "toolbox/chain.h"
-
-
-/**************************** resolve typedef-cycles **************************/
+/* resolve typedef cycles *****************************************************/
 
 typedef struct stackelement stackelement;
 typedef stackelement *stackptr;
@@ -53,6 +46,15 @@ typedef struct instruction instruction;
 typedef struct subroutineinfo subroutineinfo;
 
 
+#include "toolbox/chain.h"
+#include "vm/global.h"
+#include "vm/builtin.h"
+#include "vm/jit/codegen.inc.h"
+#include "vm/jit/verify/typeinfo.h"
+
+
+/**************************** resolve typedef-cycles **************************/
+
 /************************** stack element structure ***************************/
 
 /* slot types */