Include path fixes.
authortwisti <none@none>
Wed, 17 Nov 2004 11:54:13 +0000 (11:54 +0000)
committertwisti <none@none>
Wed, 17 Nov 2004 11:54:13 +0000 (11:54 +0000)
nat/VMObject.c
src/native/vm/VMObject.c

index 882086e4344fdd931c88ae0ab5b7d9fb16fdf75a..316bbe5c3dc055e50391ec1873c916e0e75a9dc3 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes: Joseph Wenninger
 
-   $Id: VMObject.c 1377 2004-08-01 22:01:00Z stefan $
+   $Id: VMObject.c 1517 2004-11-17 11:54:13Z twisti $
 
 */
 
@@ -45,8 +45,8 @@
 #include "threads/locks.h"
 #include "toolbox/logging.h"
 #include "toolbox/memory.h"
-#include "java_lang_Cloneable.h"
-#include "java_lang_Object.h"
+#include "nat/java_lang_Cloneable.h"
+#include "nat/java_lang_Object.h"
 
 
 /*
index 882086e4344fdd931c88ae0ab5b7d9fb16fdf75a..316bbe5c3dc055e50391ec1873c916e0e75a9dc3 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes: Joseph Wenninger
 
-   $Id: VMObject.c 1377 2004-08-01 22:01:00Z stefan $
+   $Id: VMObject.c 1517 2004-11-17 11:54:13Z twisti $
 
 */
 
@@ -45,8 +45,8 @@
 #include "threads/locks.h"
 #include "toolbox/logging.h"
 #include "toolbox/memory.h"
-#include "java_lang_Cloneable.h"
-#include "java_lang_Object.h"
+#include "nat/java_lang_Cloneable.h"
+#include "nat/java_lang_Object.h"
 
 
 /*