* types.h include fixes.
authortwisti <none@none>
Wed, 21 Sep 2005 21:18:35 +0000 (21:18 +0000)
committertwisti <none@none>
Wed, 21 Sep 2005 21:18:35 +0000 (21:18 +0000)
src/vm/jit/x86_64/codegen.h
src/vm/jit/x86_64/dis-asm.h
src/vm/jit/x86_64/disass.c

index ba9176033e23dc0ae6cda6173a22061f320d1d9b..4f828280bd3876f4bd4519d4e8e5b24f161e4f00 100644 (file)
@@ -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 <ucontext.h>
 
-#include "vm/jit/x86_64/types.h"
+#include "vm/types.h"
 
 
 /* macros to create code ******************************************************/
index db4fb2fd017149a12d2a816dd185de2971753ae5..730581e083188db2b0a341c22f0f4ce07224abef 100644 (file)
@@ -34,8 +34,8 @@ extern "C" {
 #include <stdio.h>
 #include "bfd.h"
 
-#include "config.h"
-#include "types.h"
+#include "vm/types.h"
+
 #include "ansidecl.h"
 
 #define _(String) (String)
index 2505bd7f67fb76a6869dd17d432fc9d78de14892..5089360f03ae00bd733bf20046b1e47abcdb8f9f 100644 (file)
 
    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 <stdarg.h>
 
+#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 ***********************************************************/