diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-09-19 00:45:41 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-09-19 00:45:41 +0100 |
commit | f1e37297cf8703ac3d9b2c3e2988c5fe45a3e2e7 (patch) | |
tree | 28af7f570ff94072ba6408d26f665db7e454dcd0 /compiler/codeGen/CgProf.hs | |
parent | 62bb618911c3bfe11a989ed6397434ca89a628d7 (diff) | |
download | haskell-f1e37297cf8703ac3d9b2c3e2988c5fe45a3e2e7.tar.gz |
Remove redundant #includes
Diffstat (limited to 'compiler/codeGen/CgProf.hs')
-rw-r--r-- | compiler/codeGen/CgProf.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/codeGen/CgProf.hs b/compiler/codeGen/CgProf.hs index b21ae262fd..5537e575d4 100644 --- a/compiler/codeGen/CgProf.hs +++ b/compiler/codeGen/CgProf.hs @@ -23,8 +23,6 @@ module CgProf ( ) where #include "HsVersions.h" -#include "../includes/MachDeps.h" - -- For WORD_SIZE_IN_BITS only. #include "../includes/dist-derivedconstants/header/DerivedConstants.h" -- For REP_xxx constants, which are MachReps |