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 | |
parent | 62bb618911c3bfe11a989ed6397434ca89a628d7 (diff) | |
download | haskell-f1e37297cf8703ac3d9b2c3e2988c5fe45a3e2e7.tar.gz |
Remove redundant #includes
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/CgProf.hs | 2 | ||||
-rw-r--r-- | compiler/codeGen/StgCmmProf.hs | 2 |
2 files changed, 0 insertions, 4 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 diff --git a/compiler/codeGen/StgCmmProf.hs b/compiler/codeGen/StgCmmProf.hs index 56c182d214..ba65a556b2 100644 --- a/compiler/codeGen/StgCmmProf.hs +++ b/compiler/codeGen/StgCmmProf.hs @@ -31,8 +31,6 @@ module StgCmmProf ( ) 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 |