* Fixed includes.
authortwisti <none@none>
Mon, 19 Sep 2005 14:09:18 +0000 (14:09 +0000)
committertwisti <none@none>
Mon, 19 Sep 2005 14:09:18 +0000 (14:09 +0000)
src/vm/jit/intrp/asmpart.c

index 86eefd5b57a1b2309f321420d1ff9f768ca1bee7..1f3bd2b49017846d4aeb202ae2731d3bdb1c698c 100644 (file)
@@ -1,4 +1,4 @@
-/* src/vm/jit/intrp/asmpart.S - Java-C interface functions for Interpreter
+/* src/vm/jit/intrp/asmpart.c - Java-C interface functions for Interpreter
 
    Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates,
    R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner,
 
    Changes: Joseph Wenninger
             Christian Thalinger
+            Anton Ertl
 
-   $Id: asmpart.c 3176 2005-09-14 08:51:23Z twisti $
+   $Id: asmpart.c 3231 2005-09-19 14:09:18Z twisti $
 
 */
 
 
 #include "config.h"
+#include "vm/types.h"
 
-#include "vm/jit/intrp/arch.h"
-#include "vm/jit/intrp/types.h"
+#include "arch.h"
 
 #include "vm/jit/asmpart.h"