diff options
Diffstat (limited to 'src/Network/Tox/Relay.hs')
-rw-r--r-- | src/Network/Tox/Relay.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Network/Tox/Relay.hs b/src/Network/Tox/Relay.hs index 17bbc379..7af14ed6 100644 --- a/src/Network/Tox/Relay.hs +++ b/src/Network/Tox/Relay.hs | |||
@@ -28,7 +28,6 @@ import Data.Tox.Relay | |||
28 | import Network.Address (getBindAddress) | 28 | import Network.Address (getBindAddress) |
29 | import Network.SocketLike | 29 | import Network.SocketLike |
30 | import Network.StreamServer | 30 | import Network.StreamServer |
31 | import Network.Tox (newCrypto) | ||
32 | import Network.Tox.Onion.Transport hiding (encrypt,decrypt) | 31 | import Network.Tox.Onion.Transport hiding (encrypt,decrypt) |
33 | 32 | ||
34 | 33 | ||