summaryrefslogtreecommitdiff
path: root/src/Crypto/Tox.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2018-06-22 21:17:22 -0400
committerjoe <joe@jerkface.net>2018-06-22 21:17:22 -0400
commitf5f854c8144dc29086928a94b2ea86cfae0d0557 (patch)
tree5a7daccc1be66375edd35b238f348129f540b146 /src/Crypto/Tox.hs
parent6f040764654640730d3f832cf4e41174562718fb (diff)
Removed redundant imports and other clean up.
Diffstat (limited to 'src/Crypto/Tox.hs')
-rw-r--r--src/Crypto/Tox.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Crypto/Tox.hs b/src/Crypto/Tox.hs
index a1741a1f..a1f40c76 100644
--- a/src/Crypto/Tox.hs
+++ b/src/Crypto/Tox.hs
@@ -89,7 +89,6 @@ import Foreign.Marshal.Alloc
89import Foreign.Ptr 89import Foreign.Ptr
90import Foreign.Storable 90import Foreign.Storable
91import System.Endian 91import System.Endian
92import qualified Data.ByteString.Internal
93import Control.Concurrent.STM 92import Control.Concurrent.STM
94#ifdef CRYPTONITE_BACKPORT 93#ifdef CRYPTONITE_BACKPORT
95import Crypto.ECC.Class 94import Crypto.ECC.Class