diff options
Diffstat (limited to 'Presence/GetHostByAddr.hs')
-rw-r--r-- | Presence/GetHostByAddr.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Presence/GetHostByAddr.hs b/Presence/GetHostByAddr.hs index fd01108d..a451f088 100644 --- a/Presence/GetHostByAddr.hs +++ b/Presence/GetHostByAddr.hs | |||
@@ -14,7 +14,6 @@ import System.IO.Unsafe | |||
14 | import System.IO.Error (ioeSetErrorString, mkIOError) | 14 | import System.IO.Error (ioeSetErrorString, mkIOError) |
15 | import Network.Socket | 15 | import Network.Socket |
16 | import GHC.IO.Exception | 16 | import GHC.IO.Exception |
17 | import Network.Socket.Internal | ||
18 | 17 | ||
19 | 18 | ||
20 | throwNoSuchThingIfNull :: String -> String -> IO (Ptr a) -> IO (Ptr a) | 19 | throwNoSuchThingIfNull :: String -> String -> IO (Ptr a) -> IO (Ptr a) |