X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FcodeGen%2FStgCmmProf.hs;h=850356149c371ae078dc75e6cb70f1829dbca091;hb=354503a27a016b2cc030b7fae5d007b0259c77d2;hp=bae8694cfffcb766ed2c611ab0c4130662b1a920;hpb=cb3a1526b303ac4e098ba107f761430a773c2a55;p=ghc-hetmet.git diff --git a/compiler/codeGen/StgCmmProf.hs b/compiler/codeGen/StgCmmProf.hs index bae8694..8503561 100644 --- a/compiler/codeGen/StgCmmProf.hs +++ b/compiler/codeGen/StgCmmProf.hs @@ -25,9 +25,9 @@ module StgCmmProf ( ) where #include "HsVersions.h" -#include "MachDeps.h" +#include "../includes/MachDeps.h" -- For WORD_SIZE_IN_BITS only. -#include "../includes/Constants.h" +#include "../includes/rts/Constants.h" -- For LDV_CREATE_MASK, LDV_STATE_USE -- which are StgWords #include "../includes/DerivedConstants.h" @@ -52,7 +52,6 @@ import FastString import Constants -- Lots of field offsets import Outputable -import Data.Maybe import Data.Char import Control.Monad