[project @ 2001-11-20 16:43:18 by sof]
authorsof <unknown>
Tue, 20 Nov 2001 16:43:18 +0000 (16:43 +0000)
committersof <unknown>
Tue, 20 Nov 2001 16:43:18 +0000 (16:43 +0000)
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

index 14d90ca..a7c04fe 100644 (file)
@@ -7,7 +7,6 @@ module StixPrim ( primCode, amodeToStix, amodeToStix', foreignCallCode )
   where
 
 #include "HsVersions.h"
-#include "MachDeps.h"
 
 import MachMisc
 import Stix