diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-08-21 19:08:31 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-08-21 19:08:31 +0100 |
commit | d182285fa4ee18f76060a526927396f4cfb11043 (patch) | |
tree | f1b131db88015e8b315aa714716d623bec725dda /compiler/codeGen/StgCmmUtils.hs | |
parent | dbc05607c74dd04ad423f3c7e644ab6bdf496c82 (diff) | |
download | haskell-d182285fa4ee18f76060a526927396f4cfb11043.tar.gz |
StgCmmUtils no longer needs to include HaskellMachRegs.h
Diffstat (limited to 'compiler/codeGen/StgCmmUtils.hs')
-rw-r--r-- | compiler/codeGen/StgCmmUtils.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmUtils.hs b/compiler/codeGen/StgCmmUtils.hs index aa3716567f..100d821cb0 100644 --- a/compiler/codeGen/StgCmmUtils.hs +++ b/compiler/codeGen/StgCmmUtils.hs @@ -43,7 +43,6 @@ module StgCmmUtils ( ) where #include "HsVersions.h" -#include "../includes/stg/HaskellMachRegs.h" import StgCmmMonad import StgCmmClosure |