remove old incarnation of .NET support
[ghc-hetmet.git] / includes / Rts.h
index 690c170..a32bf34 100644 (file)
@@ -207,10 +207,6 @@ extern void stackOverflow(void);
 extern void      __decodeDouble_2Int (I_ *man_sign, W_ *man_high, W_ *man_low, I_ *exp, StgDouble dbl);
 extern void      __decodeFloat_Int (I_ *man, I_ *exp, StgFloat flt);
 
-#if defined(WANT_DOTNET_SUPPORT)
-#include "DNInvoke.h"
-#endif
-
 /* Initialising the whole adjustor thunk machinery. */
 extern void initAdjustor(void);