[project @ 2000-11-06 08:15:20 by simonpj]
[ghc-hetmet.git] / ghc / compiler / nativeGen / PprMach.lhs
index 979207e..f647768 100644 (file)
@@ -18,8 +18,7 @@ import MachRegs               -- may differ per-platform
 import MachMisc
 
 import CLabel          ( pprCLabel_asm, externallyVisibleCLabel, labelDynamic )
-import Stix            ( CodeSegment(..), StixTree(..) )
-import Char            ( isPrint, isDigit )
+import Stix            ( CodeSegment(..) )
 import Outputable
 
 import ST