RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / Trace.c
index 63d4816..0a47ea3 100644 (file)
@@ -8,10 +8,12 @@
 
 #ifdef DEBUG
 
+// external headers
 #include "Rts.h"
-#include "OSThreads.h"
+#include "rts/Flags.h"
+
+// internal headers
 #include "Trace.h"
-#include "RtsFlags.h"
 #include "GetTime.h"
 #include "Stats.h"