* src/vm/jit/i386/darwin/md-os.c: added threads/threads-common.h,
authorstefan <none@none>
Wed, 25 Apr 2007 21:47:00 +0000 (21:47 +0000)
committerstefan <none@none>
Wed, 25 Apr 2007 21:47:00 +0000 (21:47 +0000)
removed vm/jit/i386/md-abi.h

src/vm/jit/i386/darwin/md-os.c

index 7b8d70deb75149ab0a69872d38a0062882adf3c6..07cd00491c2ef069efefe56c7e32290c39652a6c 100644 (file)
@@ -41,7 +41,9 @@
 
 #include "vm/types.h"
 
-#include "vm/jit/i386/md-abi.h"
+#include "vm/jit/i386/codegen.h"
+
+#include "threads/threads-common.h"
 
 #include "vm/exceptions.h"
 #include "vm/global.h"