* Moved md_param_alloc prototype to decriptor.h
[cacao.git] / src / vm / jit / mips / md.h
index 24e1143a608daf8e9b9272851c7a64b586c07e8f..976608114cdc89494576d7452366c72d5abeee71 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: md.h 2631 2005-06-09 21:23:11Z twisti $
+   $Id: md.h 2796 2005-06-23 09:42:34Z twisti $
 
 */
 
 #ifndef _MD_H
 #define _MD_H
 
-#include "vm/descriptor.h"
-
-
 /* function prototypes ********************************************************/
 
-void md_param_alloc(methoddesc *md);
-
 #endif /* _MD_H_ */