summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmUtils.hs
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-08-21 19:08:31 +0100
committerIan Lynagh <ian@well-typed.com>2012-08-21 19:08:31 +0100
commitd182285fa4ee18f76060a526927396f4cfb11043 (patch)
treef1b131db88015e8b315aa714716d623bec725dda /compiler/codeGen/StgCmmUtils.hs
parentdbc05607c74dd04ad423f3c7e644ab6bdf496c82 (diff)
downloadhaskell-d182285fa4ee18f76060a526927396f4cfb11043.tar.gz
StgCmmUtils no longer needs to include HaskellMachRegs.h
Diffstat (limited to 'compiler/codeGen/StgCmmUtils.hs')
-rw-r--r--compiler/codeGen/StgCmmUtils.hs1
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