Remove redundant include from sample code

This commit is contained in:
Daniel P. Wright 2013-08-28 08:15:56 +09:00
parent ecd9cf1651
commit 5075cefb62

View File

@ -8,7 +8,6 @@ import Network.HaskellNet.SMTP.SSL
import Network.HaskellNet.Auth (AuthType(PLAIN))
import Network.BSD (getHostName)
import qualified Data.ByteString.Char8 as B
username = "username@gmail.com"