diff options
Diffstat (limited to 'ghc/hschooks.c')
-rw-r--r-- | ghc/hschooks.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ghc/hschooks.c b/ghc/hschooks.c index f3c4b4d1a7..4878021a8b 100644 --- a/ghc/hschooks.c +++ b/ghc/hschooks.c @@ -5,9 +5,6 @@ in instead of the defaults. */ #include "Rts.h" -#if defined(__GLASGOW_HASKELL__) && (__GLASGOW_HASKELL__ <611) -#include "RtsFlags.h" -#endif #include "HsFFI.h" |