X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FInterpreter.c;h=62fe50530e2d2cbe6b7197ce94aad02eeefe07d9;hb=70820d6e82fcfe27a64a6bc3f086b2d382e90b21;hp=94a0286167e01ca42010f5a8ecc99aa457d8a0cb;hpb=06b8942c4f279ca62fad6d1b5e955dd33ec3f985;p=ghc-hetmet.git diff --git a/rts/Interpreter.c b/rts/Interpreter.c index 94a0286..62fe505 100644 --- a/rts/Interpreter.c +++ b/rts/Interpreter.c @@ -10,9 +10,9 @@ #include "RtsUtils.h" #include "Closures.h" #include "TSO.h" +#include "Storage.h" #include "Schedule.h" #include "RtsFlags.h" -#include "Storage.h" #include "LdvProfile.h" #include "Updates.h" #include "Sanity.h"