From 049c346c72da46b967a2371594f7aaea55e38446 Mon Sep 17 00:00:00 2001 From: twisti Date: Fri, 30 Dec 2005 14:13:10 +0000 Subject: [PATCH] * vm/jit/codegen.inc.h: Removed. --- src/vm/linker.c | 3 +-- src/vm/method.c | 10 ++++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/vm/linker.c b/src/vm/linker.c index b313fbb99..0dc65e6a0 100644 --- a/src/vm/linker.c +++ b/src/vm/linker.c @@ -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 ***********************************************************/ diff --git a/src/vm/method.c b/src/vm/method.c index 80f481edd..f0f0a75ff 100644 --- a/src/vm/method.c +++ b/src/vm/method.c @@ -32,17 +32,19 @@ 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 ***************************************************************** -- 2.25.1