clean up unused imports.
[hs-java.git] / JVM / Exceptions.hs
index 0f1f1df42b70af9f7ce865e3f5ca3e3c26022c4d..b90db45a9d35b4c4d052a89f84e71b868c772a2e 100644 (file)
@@ -2,9 +2,6 @@
 module JVM.Exceptions where
 
 import Control.Monad.Exception
-import qualified Data.ByteString.Lazy as B
-
-import JVM.Types
 
 data NoItemInPool = forall a. Show a => NoItemInPool a
   deriving (Typeable)