* src/jit/verify/typecheck-stackbased.c (mm/memory.h): Added.
authortwisti <none@none>
Tue, 14 Nov 2006 21:56:17 +0000 (21:56 +0000)
committertwisti <none@none>
Tue, 14 Nov 2006 21:56:17 +0000 (21:56 +0000)
* src/jit/powerpc/emit.c (mm/memory.h): Likewise.
* src/signal.c (mm/memory.h): Likewise.

src/vm/jit/powerpc/emit.c
src/vm/jit/verify/typecheck-stackbased.c
src/vm/signal.c

index 0d28b795ae37de4518d01625430e8181501cd9e8..64f46ba9d2c93e2d9edcf54702d11b752e695794 100644 (file)
@@ -26,9 +26,7 @@
 
    Authors: Christian Thalinger
 
-   Changes:
-
-   $Id: emitfuncs.c 4398 2006-01-31 23:43:08Z twisti $
+   $Id: emit.c 4398 2006-01-31 23:43:08Z twisti $
 
 */
 
@@ -43,6 +41,7 @@
 
 #include "vm/jit/powerpc/codegen.h"
 
+#include "mm/memory.h"
 #include "vm/builtin.h"
 #include "vm/options.h"
 #include "vm/jit/asmpart.h"
index e62f019090cf40035d479988bd058fedb1acfb0b..9abb9a7cf2d7156612fce2d76cbef34499760fa3 100644 (file)
 
 
 #include "config.h"
-#include "vm/types.h"
-#include "vm/global.h"
 
 #include <assert.h>
 
-#include <vm/jit/stack.h>
-#include <vm/jit/parse.h>
-#include <vm/jit/show.h>
-#include <typecheck-common.h>
+#include "vm/types.h"
+
+#include "mm/memory.h"
+#include "vm/global.h"
+#include "vm/jit/parse.h"
+#include "vm/jit/show.h"
+#include "vm/jit/stack.h"
+#include "vm/jit/verify/typecheck-common.h"
+
 
 /* this #if runs over the whole file: */
 #if defined(ENABLE_VERIFIER)
index 7ac810f6451304b7824e11f6de1a35eee16ad4af..89e0ee04e1982b341ca3ee91a89d7e65076637b1 100644 (file)
@@ -26,9 +26,7 @@
 
    Authors: Christian Thalinger
 
-   Changes:
-
-   $Id: signal.c 5900 2006-11-04 17:30:44Z michi $
+   $Id: signal.c 5979 2006-11-14 21:56:17Z twisti $
 
 */
 
@@ -44,6 +42,7 @@
 # include "threads/native/threads.h"
 #endif
 
+#include "mm/memory.h"
 #include "vm/signallocal.h"
 #include "vm/options.h"
 #include "vm/vm.h"