remove Haddock-lexing/parsing/renaming from GHC
[ghc-hetmet.git] / compiler / codeGen / StgCmmUtils.hs
index eb437a9..d2d7bb1 100644 (file)
@@ -44,13 +44,12 @@ module StgCmmUtils (
   ) where
 
 #include "HsVersions.h"
-#include "MachRegs.h"
+#include "../includes/stg/MachRegs.h"
 
 import StgCmmMonad
 import StgCmmClosure
 import BlockId
 import Cmm
-import CmmExpr
 import MkZipCfgCmm
 import CLabel
 import CmmUtils