- added SUPPORT_FMOD
[cacao.git] / src / vm / jit / tools / genoffsets.c
index 7a0ffcadb48b630da803ed8c16a1e94134321d1c..3f16428d2248f17dde6f1702f4aa684712e9fe3f 100644 (file)
@@ -1,4 +1,4 @@
-/* genoffsets.c - generate asmpart offsets of structures
+/* vm/jit/tools/genoffsets.c - generate asmpart offsets of structures
 
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
    R. Grafl, A. Krall, C. Kruegel, C. Oates, R. Obermaisser,
 
    Changes:
 
-   $Id: genoffsets.c 1296 2004-07-10 17:02:15Z stefan $
+   $Id: genoffsets.c 1650 2004-12-02 09:35:13Z twisti $
 
 */
 
 
 #include <stdio.h>
+
 #include "config.h"
 #include "types.h"
-#include "global.h"
-#include "threads/thread.h"
-#include "toolbox/memory.h"
+#include "mm/memory.h"
+#include "vm/global.h"
+#include "vm/jit/asmpart.h"
 
 
 int main(int argc, char **argv)