X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FSPARC%2FCodeGen.hs;h=c430e18579f6718891e18a7ce652f8bf43961bd6;hb=e9f9ec1e57d53b9302a395ce0d02c0fa59e28341;hp=6a3455745c72ffe26df37ead0254a57bf133f5c8;hpb=42222f95a101fb3647f8728302bbf1098b74e59e;p=ghc-hetmet.git diff --git a/compiler/nativeGen/SPARC/CodeGen.hs b/compiler/nativeGen/SPARC/CodeGen.hs index 6a34557..c430e18 100644 --- a/compiler/nativeGen/SPARC/CodeGen.hs +++ b/compiler/nativeGen/SPARC/CodeGen.hs @@ -15,7 +15,7 @@ where #include "HsVersions.h" #include "nativeGen/NCG.h" -#include "MachDeps.h" +#include "../includes/MachDeps.h" -- NCG stuff: import SPARC.CodeGen.Sanity @@ -42,7 +42,6 @@ import CLabel -- The rest: import StaticFlags ( opt_PIC ) import OrdList -import qualified Outputable as O import Outputable import Control.Monad ( mapAndUnzipM )