diff options
Diffstat (limited to 'compiler/cmm/Bitmap.hs')
-rw-r--r-- | compiler/cmm/Bitmap.hs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/compiler/cmm/Bitmap.hs b/compiler/cmm/Bitmap.hs index a5cff38a98..e6ac15f4a8 100644 --- a/compiler/cmm/Bitmap.hs +++ b/compiler/cmm/Bitmap.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE CPP, BangPatterns #-} +{-# LANGUAGE BangPatterns #-} -- -- (c) The University of Glasgow 2003-2006 @@ -15,8 +15,7 @@ module Bitmap ( seqBitmap, ) where -#include "HsVersions.h" -#include "../includes/MachDeps.h" +import GhcPrelude import SMRep import DynFlags |