X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmm%2Fcodememory.c;h=1e0c095466a33789195590b8698a28d9ce4a8456;hb=b784afa1d7e7489fd6a3f97e98f1cd3ba49ec508;hp=fc364c17e38d354810d4719209a582098250ca58;hpb=abc42d331fec32a1afc2053c4a4fea5a05622e1b;p=cacao.git diff --git a/src/mm/codememory.c b/src/mm/codememory.c index fc364c17e..1e0c09546 100644 --- a/src/mm/codememory.c +++ b/src/mm/codememory.c @@ -35,16 +35,14 @@ #include "mm/codememory.h" #include "mm/memory.h" -#include "vmcore/options.h" +#include "vm/global.h" +#include "vm/options.h" +#include "vm/os.hpp" #if defined(ENABLE_STATISTICS) -# include "vmcore/statistics.h" +# include "vm/statistics.h" #endif -#include "vmcore/os.hpp" - -#include "vm/global.h" - /* global code memory variables ***********************************************/