Do not #include external header files when compiling via C
[ghc-hetmet.git] / rts / Typeable.c
index 66e135c..88151b7 100644 (file)
@@ -6,8 +6,8 @@
  *
  * ---------------------------------------------------------------------------*/
 
-#include "RtsTypeable.h"
 #include "Rts.h"
+#include "RtsTypeable.h"
 
 static StgPtr typeableStore = 0;
 #ifdef THREADED_RTS