summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgUtils.hs
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-08-21 18:52:11 +0100
committerIan Lynagh <ian@well-typed.com>2012-08-21 18:52:11 +0100
commit80a72dab7966e6e08b432eacfb4e17d0b6b1873b (patch)
tree116d91b02b5b8aed84900e99355f444111f138eb /compiler/codeGen/CgUtils.hs
parent15856e97d3107f75be40588ec2dc8e6d670463fe (diff)
downloadhaskell-80a72dab7966e6e08b432eacfb4e17d0b6b1873b.tar.gz
CgUtils no longer needs to #include HaskellMachRegs.h
Diffstat (limited to 'compiler/codeGen/CgUtils.hs')
-rw-r--r--compiler/codeGen/CgUtils.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/codeGen/CgUtils.hs b/compiler/codeGen/CgUtils.hs
index 64e3a2f5e7..298143bd08 100644
--- a/compiler/codeGen/CgUtils.hs
+++ b/compiler/codeGen/CgUtils.hs
@@ -45,7 +45,6 @@ module CgUtils (
) where
#include "HsVersions.h"
-#include "../includes/stg/HaskellMachRegs.h"
import BlockId
import CodeGen.Platform