Split GC.c, and move storage manager into sm/ directory
[ghc-hetmet.git] / rts / STM.c
index d840f4e..f9c814f 100644 (file)
--- a/rts/STM.c
+++ b/rts/STM.c
 #include "Rts.h"
 #include "RtsFlags.h"
 #include "RtsUtils.h"
+#include "Storage.h"
 #include "Schedule.h"
 #include "SMP.h"
 #include "STM.h"
-#include "Storage.h"
 #include "Trace.h"
 
 #include <stdlib.h>