Fix warnings
[ghc-base.git] / 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(..))