From 170353661c574b38d6f0e1370c92b4c2aebc6c7c Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 20 Nov 2001 16:43:18 +0000 Subject: [PATCH] [project @ 2001-11-20 16:43:18 by sof] Nuke #include of MachDeps.h - nothing in there that cannot be (better) gotten from the in-tree config.h This is the only (last?) use of MachDeps.h, so if anyone won't argue for its continued existence, I'll nuke it sometime soon. --- ghc/compiler/nativeGen/StixPrim.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/compiler/nativeGen/StixPrim.lhs b/ghc/compiler/nativeGen/StixPrim.lhs index 14d90ca..a7c04fe 100644 --- a/ghc/compiler/nativeGen/StixPrim.lhs +++ b/ghc/compiler/nativeGen/StixPrim.lhs @@ -7,7 +7,6 @@ module StixPrim ( primCode, amodeToStix, amodeToStix', foreignCallCode ) where #include "HsVersions.h" -#include "MachDeps.h" import MachMisc import Stix -- 1.7.10.4