* vm/jit/codegen.inc.h: Removed.
authortwisti <none@none>
Fri, 30 Dec 2005 14:13:10 +0000 (14:13 +0000)
committertwisti <none@none>
Fri, 30 Dec 2005 14:13:10 +0000 (14:13 +0000)
src/vm/linker.c
src/vm/method.c

index b313fbb99987025e4b36bc79289fc69196617ed2..0dc65e6a0af28b07041942e60b18dd49c780ae03 100644 (file)
@@ -32,7 +32,7 @@
             Edwin Steiner
             Christian Thalinger
 
-   $Id: linker.c 4000 2005-12-22 14:05:01Z twisti $
+   $Id: linker.c 4008 2005-12-30 14:13:10Z twisti $
 
 */
 
@@ -54,7 +54,6 @@
 #include "vm/resolve.h"
 #include "vm/statistics.h"
 #include "vm/stringlocal.h"
-#include "vm/jit/codegen.inc.h"
 
 
 /* global variables ***********************************************************/
index 80f481edd11c77bf95b7c35c03c5a66df950b847..f0f0a75ff259ffa6f8a83704f2573e4df21b40ae 100644 (file)
             Edwin Steiner
             Christian Thalinger
 
-   $Id: method.c 3412 2005-10-12 12:54:02Z twisti $
+   $Id: method.c 4008 2005-12-30 14:13:10Z twisti $
 
 */
 
 
-#include "vm/global.h"
+#include "config.h"
+#include "vm/types.h"
+
 #include "mm/memory.h"
-#include "vm/method.h"
 #include "vm/class.h"
+#include "vm/global.h"
 #include "vm/loader.h"
-#include "vm/jit/codegen.inc.h"
+#include "vm/method.h"
 
 
 /* method_free *****************************************************************