RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / RtsAPI.c
index df4315f..3eecab1 100644 (file)
@@ -8,18 +8,15 @@
 
 #include "PosixSource.h"
 #include "Rts.h"
-#include "OSThreads.h"
 #include "RtsAPI.h"
-#include "SchedAPI.h"
-#include "RtsFlags.h"
+#include "HsFFI.h"
+
 #include "RtsUtils.h"
 #include "Prelude.h"
 #include "Schedule.h"
 #include "Capability.h"
 #include "Stable.h"
 
-#include <stdlib.h>
-
 /* ----------------------------------------------------------------------------
    Building Haskell objects from C datatypes.