* Changed types.h include to vm/types.h.
authortwisti <none@none>
Mon, 19 Sep 2005 13:31:31 +0000 (13:31 +0000)
committertwisti <none@none>
Mon, 19 Sep 2005 13:31:31 +0000 (13:31 +0000)
src/native/jni.h
src/vm/jit/tools/genoffsets.c

index 0fcb67aece06cecbe4d69162b83c60982aa5dc1f..cfc65f3596d0b927ea4d2474a5818a70a6d7d1d6 100644 (file)
@@ -29,7 +29,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: jni.h 3062 2005-07-19 10:03:00Z motse $
+   $Id: jni.h 3221 2005-09-19 13:31:31Z twisti $
 
 */
 
@@ -40,7 +40,8 @@
 #include <stdio.h>
 #include <stdarg.h>
 
-#include "types.h"
+#include "vm/types.h"
+
 #include "vm/field.h"
 #include "vm/global.h"
 #include "vm/method.h"
index 730074038a0c4bf2a706f3651b59dd2ca65b2f3a..db05f9ead04d1dd4b3a4d90257016efe81fd0b35 100644 (file)
 
    Changes:
 
-   $Id: genoffsets.c 2934 2005-07-08 12:00:39Z twisti $
+   $Id: genoffsets.c 3221 2005-09-19 13:31:31Z twisti $
 
 */
 
 
 #include <stdio.h>
 
-#include "types.h"
+#include "vm/types.h"
+
 #include "vm/global.h"
 #include "mm/memory.h"
 #include "vm/linker.h"