Removed redundant import

This commit is contained in:
Adrian Herrera
2016-06-05 11:10:33 +10:00
parent ba50d4667a
commit 71751cede9
3 changed files with 5 additions and 8 deletions

View File

@@ -38,11 +38,10 @@ module Unicorn.Internal.Unicorn (
ucStrerror,
) where
import Foreign
import Foreign.C
import Control.Applicative
import Data.ByteString (ByteString, useAsCStringLen)
import Foreign
import Foreign.C
import Prelude hiding (until)
import Unicorn.Internal.Util

View File

@@ -6,7 +6,6 @@ License : GPL-2
-}
module Unicorn.Internal.Util where
import Control.Applicative
import Data.Bits
import Foreign