X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2Farm%2Fcodegen.c;h=8b8ed93caf5c10bea905a57f4c2423c7c80a2fb2;hb=9be3416493d9b07d279f80c76ffcce16e3016cab;hp=7d9bf2fd7b9cc286b513eb807e1e73b20049d3d4;hpb=ac822cd13dc1a39b128ec99771972139fabbb3a1;p=cacao.git diff --git a/src/vm/jit/arm/codegen.c b/src/vm/jit/arm/codegen.c index 7d9bf2fd7..8b8ed93ca 100644 --- a/src/vm/jit/arm/codegen.c +++ b/src/vm/jit/arm/codegen.c @@ -42,23 +42,23 @@ #include "threads/lock-common.h" -#include "vm/builtin.h" +#include "vm/jit/builtin.hpp" #include "vm/exceptions.hpp" #include "vm/global.h" -#include "vm/loader.h" +#include "vm/loader.hpp" #include "vm/options.h" #include "vm/vm.hpp" #include "vm/jit/abi.h" #include "vm/jit/asmpart.h" -#include "vm/jit/codegen-common.h" +#include "vm/jit/codegen-common.hpp" #include "vm/jit/dseg.h" -#include "vm/jit/emit-common.h" +#include "vm/jit/emit-common.hpp" #include "vm/jit/jit.hpp" -#include "vm/jit/linenumbertable.h" +#include "vm/jit/linenumbertable.hpp" #include "vm/jit/methodheader.h" #include "vm/jit/parse.h" -#include "vm/jit/patcher-common.h" +#include "vm/jit/patcher-common.hpp" #include "vm/jit/reg.h" #if defined(ENABLE_LSRA)