FIX #2014: Template Haskell w/ mutually recursive modules
[ghc-hetmet.git] / rts / Typeable.c
index e0309d6..88151b7 100644 (file)
@@ -6,10 +6,8 @@
  *
  * ---------------------------------------------------------------------------*/
 
-#include "RtsTypeable.h"
 #include "Rts.h"
-#include "Storage.h"
-#include "Stable.h"
+#include "RtsTypeable.h"
 
 static StgPtr typeableStore = 0;
 #ifdef THREADED_RTS