* Removed all Id tags.
[cacao.git] / src / vm / jit / verify / typecheck.c
index d7e7f55aa28610491d55f1598daa2d1c60993164..3b89744d3d3e8fc9219324bcb94c756f137f47b8 100644 (file)
@@ -22,8 +22,6 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: typecheck.c 7746 2007-04-17 21:01:15Z edwin $
-
 */
 
 /*
@@ -146,23 +144,25 @@ error reporting.
 #ifdef ENABLE_VERIFIER
 
 #include "mm/memory.h"
+
 #include "native/native.h"
 
 #include "toolbox/logging.h"
 
+#include "vm/access.h"
+#include "vm/array.h"
 #include "vm/builtin.h"
 #include "vm/exceptions.h"
 #include "vm/global.h"
+#include "vm/primitive.h"
+#include "vm/resolve.h"
 
-#include "vm/access.h"
 #include "vm/jit/jit.h"
 #include "vm/jit/parse.h"
-#include "vm/jit/patcher.h"
 #include "vm/jit/show.h"
 
 #include "vmcore/loader.h"
 #include "vmcore/options.h"
-#include "vm/resolve.h"
 
 #include <typecheck-common.h>