* src/vm/global.h (PRIMITIVETYPE_*): Removed.
[cacao.git] / src / vm / jit / verify / typecheck.c
index cf24b0726a3d19ae359ed70cb0e716cec40b495c..3a8b7cd8d2f4d23f1f99166a0a3049d1c4442fb7 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: typecheck.c 7766 2007-04-19 13:24:48Z michi $
+   $Id: typecheck.c 8060 2007-06-10 20:00:40Z twisti $
 
 */
 
@@ -146,15 +146,17 @@ error reporting.
 #ifdef ENABLE_VERIFIER
 
 #include "mm/memory.h"
+
 #include "native/native.h"
 
 #include "toolbox/logging.h"
 
+#include "vm/access.h"
 #include "vm/builtin.h"
 #include "vm/exceptions.h"
 #include "vm/global.h"
+#include "vm/resolve.h"
 
-#include "vm/access.h"
 #include "vm/jit/jit.h"
 #include "vm/jit/parse.h"
 #include "vm/jit/patcher.h"
@@ -162,7 +164,7 @@ error reporting.
 
 #include "vmcore/loader.h"
 #include "vmcore/options.h"
-#include "vm/resolve.h"
+#include "vmcore/primitive.h"
 
 #include <typecheck-common.h>