From: simonmar Date: Tue, 27 Nov 2001 14:49:10 +0000 (+0000) Subject: [project @ 2001-11-27 14:49:10 by simonmar] X-Git-Tag: Approximately_9120_patches~504 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d82d463977f71979c91b8885b855bc61fcd642e1;p=ghc-hetmet.git [project @ 2001-11-27 14:49:10 by simonmar] GC unused imports --- diff --git a/ghc/lib/std/PrelCString.lhs b/ghc/lib/std/PrelCString.lhs index 1d2ef13..533803d 100644 --- a/ghc/lib/std/PrelCString.lhs +++ b/ghc/lib/std/PrelCString.lhs @@ -1,5 +1,5 @@ % ----------------------------------------------------------------------------- -% $Id: PrelCString.lhs,v 1.5 2001/08/10 13:48:06 simonmar Exp $ +% $Id: PrelCString.lhs,v 1.6 2001/11/27 14:49:10 simonmar Exp $ % % (c) The FFI task force, 2000 % @@ -17,8 +17,6 @@ import PrelPtr import PrelStorable import PrelCTypes import PrelWord -import PrelByteArr -import PrelPack import PrelList import PrelReal import PrelNum