summaryrefslogtreecommitdiff
path: root/compiler/cmm/Bitmap.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/cmm/Bitmap.hs')
-rw-r--r--compiler/cmm/Bitmap.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/compiler/cmm/Bitmap.hs b/compiler/cmm/Bitmap.hs
index 6ff61933ee..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,9 +15,6 @@ module Bitmap (
seqBitmap,
) where
-#include "HsVersions.h"
-#include "../includes/MachDeps.h"
-
import GhcPrelude
import SMRep