aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/IO.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/IO.hsc')
-rw-r--r--System/Posix/IO.hsc2
1 files changed, 0 insertions, 2 deletions
diff --git a/System/Posix/IO.hsc b/System/Posix/IO.hsc
index 9468f0e..f7baed7 100644
--- a/System/Posix/IO.hsc
+++ b/System/Posix/IO.hsc
@@ -69,8 +69,6 @@ import GHC.Handle hiding (fdToHandle, openFd)
import qualified GHC.Handle
#endif
-#include <unistd.h>
-#include <fcntl.h>
#include "HsUnix.h"
-- -----------------------------------------------------------------------------