X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2Fparse.c;h=e616f3cf55f5440ff3cac8bb9d5a27d0577fefc4;hb=ac822cd13dc1a39b128ec99771972139fabbb3a1;hp=47c78d1fadb026f826800ace7ef5a06b85ec8081;hpb=9c9a05ccb626e70e2affe0dc6edb8561cc17ec5d;p=cacao.git diff --git a/src/vm/jit/parse.c b/src/vm/jit/parse.c index 47c78d1fa..e616f3cf5 100644 --- a/src/vm/jit/parse.c +++ b/src/vm/jit/parse.c @@ -41,25 +41,25 @@ #include "vm/builtin.h" #include "vm/exceptions.hpp" #include "vm/global.h" -#include "vm/stringlocal.h" +#include "vm/linker.h" +#include "vm/loader.h" +#include "vm/options.h" +#include "vm/resolve.h" + +#if defined(ENABLE_STATISTICS) +# include "vm/statistics.h" +#endif + +#include "vm/string.hpp" +#include "vm/suck.h" #include "vm/jit/asmpart.h" -#include "vm/jit/jit.h" +#include "vm/jit/jit.hpp" #include "vm/jit/parse.h" #include "vm/jit/loop/loop.h" #include "vm/jit/ir/bytecode.h" -#include "vmcore/linker.h" -#include "vmcore/loader.h" -#include "vmcore/options.h" -#include "vm/resolve.h" - -#if defined(ENABLE_STATISTICS) -# include "vmcore/statistics.h" -#endif - -#include "vmcore/suck.h" #define INSTRUCTIONS_INCREMENT 5 /* number of additional instructions to */ /* allocate if space runs out */