Fix warnings in utils/FastTypes
[ghc-hetmet.git] / compiler / nativeGen / MachRegs.lhs
index ee514f9..522f715 100644 (file)
@@ -44,6 +44,7 @@ module MachRegs (
 
        -- * Machine-dependent register-related stuff
         allocatableRegs, argRegs, allArgRegs, callClobberedRegs,
+       allocatableRegsInClass,
        freeReg,
        spRel,
 
@@ -89,7 +90,7 @@ module MachRegs (
 -- HACK: go for the max
 #endif
 
-#include "MachRegs.h"
+#include "../includes/MachRegs.h"
 
 import Cmm
 import MachOp          ( MachRep(..) )
@@ -102,7 +103,7 @@ import qualified Outputable
 import Unique
 import UniqSet
 import Constants
-import FastTypes
+import FastBool
 import UniqFM
 
 import GHC.Exts