Changed some includes.
authortwisti <none@none>
Mon, 28 Mar 2005 22:44:28 +0000 (22:44 +0000)
committertwisti <none@none>
Mon, 28 Mar 2005 22:44:28 +0000 (22:44 +0000)
src/vm/jit/inline/inline.c
src/vm/jit/inline/parseRT.c
src/vm/jit/inline/parseXTA.c
src/vm/jit/inline/sets.c
src/vm/jit/inline/sets.h

index 5b3d9b94901bea2c2f12e8b5b87e8616fe071642..19e69be15ac23fb8fb2731d2f8594970170895e9 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Dieter Thuernbeck
 
-   $Id: inline.c 2017 2005-03-09 11:37:33Z twisti $
+   $Id: inline.c 2107 2005-03-28 22:44:28Z twisti $
 
 */
 
@@ -62,6 +62,7 @@ Method to be inlined must:
 #include "mm/memory.h"
 #include "toolbox/logging.h"
 #include "vm/global.h"
+#include "vm/linker.h"
 #include "vm/loader.h"
 #include "vm/tables.h"
 #include "vm/options.h"
index 374f125cba0d7928c4eb21fc7b1056b3b78e0c5d..bde1a8bf167fc0ea028d851bfa10cfbda52dc4c4 100644 (file)
@@ -27,7 +27,7 @@
 
    Authors: Carolyn Oates
 
-   $Id: parseRT.c 2017 2005-03-09 11:37:33Z twisti $
+   $Id: parseRT.c 2107 2005-03-28 22:44:28Z twisti $
 
 */
 
@@ -67,6 +67,7 @@ Results: (currently) with -stat see # methods marked used
 #include "mm/memory.h"   
 #include "toolbox/list.h"
 #include "vm/class.h"
+#include "vm/linker.h"
 #include "vm/loader.h"
 #include "vm/options.h"
 #include "vm/statistics.h"
index beaff642e05398c75d8893ff618c1a588fafa8fd..0a57925861259b7d138be4b3cf9862da2ee1373f 100644 (file)
@@ -39,7 +39,7 @@ Now wondering if there is a memory corruption because XTA seems to finish ok
 
    Authors: Carolyn Oates
 
-   $Id: parseXTA.c 2017 2005-03-09 11:37:33Z twisti $
+   $Id: parseXTA.c 2107 2005-03-28 22:44:28Z twisti $
 
 */
 
@@ -123,6 +123,7 @@ Results: (currently) with -stat see # methods marked used
 #include "mm/memory.h"   
 #include "toolbox/list.h"
 #include "vm/class.h"
+#include "vm/linker.h"
 #include "vm/loader.h"
 #include "vm/options.h"
 #include "vm/statistics.h"
index 0ccd21713a91bebe39d6b5f1725373b0e277c907..b1c3cbfe6ce69fc6c4128e851663d3031dd5b6a6 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Carolyn Oates
 
-   $Id: sets.c 1967 2005-02-25 15:51:05Z carolyn $
+   $Id: sets.c 2107 2005-03-28 22:44:28Z twisti $
 
 */
 
@@ -36,6 +36,7 @@
 #include "types.h"
 #include "mm/memory.h"
 #include "vm/global.h"
+#include "vm/linker.h"
 #include "vm/loader.h"
 #include "vm/tables.h"
 #include "vm/jit/inline/sets.h"
index 9dfe87471d907337590de56ddd705b7b28e22dab..2c3ed3afdf0bb966ef64c01299a15bfb31aa57d4 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Carolyn Oates
 
-   $Id: sets.h 1967 2005-02-25 15:51:05Z carolyn $
+   $Id: sets.h 2107 2005-03-28 22:44:28Z twisti $
 
 */
 
@@ -44,6 +44,7 @@ typedef struct classSetNode classSetNode;
 
 #include "types.h"
 #include "vm/global.h"
+#include "vm/method.h"
 
 
 /*------------ Method /Class Used Markers -------------------------------*/