Include proper header files.
authortwisti <none@none>
Tue, 29 Mar 2005 22:12:06 +0000 (22:12 +0000)
committertwisti <none@none>
Tue, 29 Mar 2005 22:12:06 +0000 (22:12 +0000)
src/vm/class.c
src/vm/jit/tools/genoffsets.c

index e9912c8dc5fe256ca9375ada9f8778898bb41a95..69e6699ea8555bb0a12370f7b01e3c1e82148254 100644 (file)
@@ -1,4 +1,4 @@
-/* vm/class.c - class related functions
+/* src/vm/class.c - class related functions
 
    Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates,
    R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner,
@@ -30,7 +30,7 @@
             Andreas Krall
             Christian Thalinger
 
-   $Id: class.c 2104 2005-03-28 22:34:15Z twisti $
+   $Id: class.c 2122 2005-03-29 22:12:06Z twisti $
 
 */
 
@@ -53,8 +53,8 @@
 
 #include "toolbox/logging.h"
 #include "vm/class.h"
-#include "vm/loader.h"
 #include "vm/options.h"
+#include "vm/resolve.h"
 #include "vm/statistics.h"
 #include "vm/tables.h"
 #include "vm/utf8.h"
@@ -74,6 +74,7 @@
 #define CLASS_ASSERT(cond)
 #endif
 
+
 /* global variables ***********************************************************/
 
 hashtable class_hash;                   /* hashtable for classes              */
index cf5776979e685eea27edbdd6035a24d484072540..6e9cc9e802b22532771bf5680846af1d4c2e76d9 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: genoffsets.c 1735 2004-12-07 14:33:27Z twisti $
+   $Id: genoffsets.c 2122 2005-03-29 22:12:06Z twisti $
 
 */
 
@@ -38,6 +38,8 @@
 #include "config.h"
 #include "types.h"
 #include "mm/memory.h"
+#include "vm/linker.h"
+#include "vm/method.h"
 #include "vm/global.h"
 #include "vm/jit/asmpart.h"