X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FInterpreter.c;h=d1b11aea532cbd5caccf938ce5bb4cc072659fa5;hb=f6013eedb4dea47afac8167dfa08561ae90454db;hp=b95d5a903064d111cdfe1d1704c148fa3141f9ca;hpb=35beb255958545f401f4f2229953a6355d09476c;p=ghc-hetmet.git diff --git a/rts/Interpreter.c b/rts/Interpreter.c index b95d5a9..d1b11ae 100644 --- a/rts/Interpreter.c +++ b/rts/Interpreter.c @@ -11,10 +11,10 @@ // internal headers #include "sm/Storage.h" +#include "sm/Sanity.h" #include "RtsUtils.h" #include "Schedule.h" #include "Updates.h" -#include "Sanity.h" #include "Prelude.h" #include "Stable.h" #include "Printer.h"