Fix warnings
authorbenl@ouroborus.net <unknown>
Mon, 30 Aug 2010 04:47:41 +0000 (04:47 +0000)
committerbenl@ouroborus.net <unknown>
Mon, 30 Aug 2010 04:47:41 +0000 (04:47 +0000)
System/Event/KQueue.hsc

index b272bcf..9c7c36c 100644 (file)
@@ -26,7 +26,7 @@ import Control.Monad (when, unless)
 import Data.Bits (Bits(..))
 import Data.Word (Word16, Word32)
 import Foreign.C.Error (throwErrnoIfMinus1)
-import Foreign.C.Types (CInt, CIntPtr, CLong, CTime, CUIntPtr)
+import Foreign.C.Types (CInt, CLong, CTime)
 import Foreign.Marshal.Alloc (alloca)
 import Foreign.Ptr (Ptr, nullPtr)
 import Foreign.Storable (Storable(..))