From d82d463977f71979c91b8885b855bc61fcd642e1 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 27 Nov 2001 14:49:10 +0000 Subject: [PATCH] [project @ 2001-11-27 14:49:10 by simonmar] GC unused imports --- ghc/lib/std/PrelCString.lhs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 1.7.10.4