From: twisti Date: Wed, 21 Sep 2005 21:18:35 +0000 (+0000) Subject: * types.h include fixes. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=51f0e690f137a2f6379649b093f598230a4f598e;p=cacao.git * types.h include fixes. --- diff --git a/src/vm/jit/x86_64/codegen.h b/src/vm/jit/x86_64/codegen.h index ba9176033..4f828280b 100644 --- a/src/vm/jit/x86_64/codegen.h +++ b/src/vm/jit/x86_64/codegen.h @@ -28,7 +28,7 @@ Christian Thalinger - $Id: codegen.h 3236 2005-09-21 13:22:21Z twisti $ + $Id: codegen.h 3275 2005-09-21 21:18:35Z twisti $ */ @@ -37,7 +37,7 @@ #include -#include "vm/jit/x86_64/types.h" +#include "vm/types.h" /* macros to create code ******************************************************/ diff --git a/src/vm/jit/x86_64/dis-asm.h b/src/vm/jit/x86_64/dis-asm.h index db4fb2fd0..730581e08 100644 --- a/src/vm/jit/x86_64/dis-asm.h +++ b/src/vm/jit/x86_64/dis-asm.h @@ -34,8 +34,8 @@ extern "C" { #include #include "bfd.h" -#include "config.h" -#include "types.h" +#include "vm/types.h" + #include "ansidecl.h" #define _(String) (String) diff --git a/src/vm/jit/x86_64/disass.c b/src/vm/jit/x86_64/disass.c index 2505bd7f6..5089360f0 100644 --- a/src/vm/jit/x86_64/disass.c +++ b/src/vm/jit/x86_64/disass.c @@ -29,16 +29,17 @@ Changes: Christian Thalinger - $Id: disass.c 3178 2005-09-14 18:14:34Z twisti $ + $Id: disass.c 3275 2005-09-21 21:18:35Z twisti $ */ #include +#include "vm/types.h" + #include "mm/memory.h" #include "vm/jit/x86_64/dis-asm.h" -#include "vm/jit/x86_64/types.h" /* global variables ***********************************************************/