X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=rts%2FInterpreter.c;h=d047876d21d2c12fc198686fe384a688b183ce4c;hb=a2a67cd520b9841114d69a87a423dabcb3b4368e;hp=91e500b8eed51c025d5adcd9fda3396b63521b8a;hpb=5615397b9348e68ea2bfe0813c4b4c2beac96ef8;p=ghc-hetmet.git diff --git a/rts/Interpreter.c b/rts/Interpreter.c index 91e500b..d047876 100644 --- a/rts/Interpreter.c +++ b/rts/Interpreter.c @@ -7,21 +7,20 @@ #include "PosixSource.h" #include "Rts.h" #include "RtsAPI.h" +#include "rts/Bytecodes.h" + +// internal headers +#include "sm/Storage.h" #include "RtsUtils.h" -#include "Closures.h" -#include "TSO.h" #include "Schedule.h" -#include "RtsFlags.h" -#include "LdvProfile.h" #include "Updates.h" #include "Sanity.h" -#include "Liveness.h" #include "Prelude.h" - -#include "Bytecodes.h" +#include "Stable.h" #include "Printer.h" #include "Disassembler.h" #include "Interpreter.h" +#include "ThreadPaused.h" #include /* for memcpy */ #ifdef HAVE_ERRNO_H