RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / Globals.c
index a0d0788..15b1013 100644 (file)
@@ -9,8 +9,11 @@
  *
  * ---------------------------------------------------------------------------*/
 
+#include "PosixSource.h"
 #include "Rts.h"
-#include "RtsGlobals.h"
+
+#include "Globals.h"
+#include "Stable.h"
 
 static StgStablePtr typeableStore      = 0;
 static StgStablePtr signalHandlerStore = 0;