Module header tidyup, phase 1
[ghc-hetmet.git] / compiler / cmm / CmmUtils.hs
index a04935b..0c5ab0f 100644 (file)
@@ -2,7 +2,7 @@
 --
 -- Cmm utilities.
 --
--- (c) The University of Glasgow 2004
+-- (c) The University of Glasgow 2004-2006
 --
 -----------------------------------------------------------------------------
 
@@ -22,7 +22,7 @@ module CmmUtils(
 
 #include "HsVersions.h"
 
-import CLabel          ( CLabel )
+import CLabel
 import Cmm
 import MachOp
 import OrdList