From: rrt Date: Fri, 22 Jun 2001 12:37:54 +0000 (+0000) Subject: [project @ 2001-06-22 12:37:54 by rrt] X-Git-Tag: Approximately_9120_patches~1739 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5065561a7d020e9b97a86d6711532701f6c4c35a;p=ghc-hetmet.git [project @ 2001-06-22 12:37:54 by rrt] Correct path to NCG.h --- diff --git a/ghc/compiler/nativeGen/AsmCodeGen.lhs b/ghc/compiler/nativeGen/AsmCodeGen.lhs index 60d9b49..e98648b 100644 --- a/ghc/compiler/nativeGen/AsmCodeGen.lhs +++ b/ghc/compiler/nativeGen/AsmCodeGen.lhs @@ -6,7 +6,7 @@ module AsmCodeGen ( nativeCodeGen ) where #include "HsVersions.h" -#include "nativeGen/NCG.h" +#include "NCG.h" import List ( intersperse )