From 26006dfe25145f4f9de1d79b37aaba481ac59617 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Wed, 22 Apr 2015 06:25:01 +0100 Subject: [PATCH] [cleanup] remove useless import now that bytearray is exporting necessary bits --- Crypto/Cipher/Types/Block.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Crypto/Cipher/Types/Block.hs b/Crypto/Cipher/Types/Block.hs index c22e4a6..6934329 100644 --- a/Crypto/Cipher/Types/Block.hs +++ b/Crypto/Cipher/Types/Block.hs @@ -45,7 +45,6 @@ import Crypto.Cipher.Types.AEAD import Crypto.Cipher.Types.Utils import Crypto.Internal.ByteArray -import Crypto.Internal.Memory import Foreign.Ptr import Foreign.Storable