summaryrefslogtreecommitdiff
path: root/src/pty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pty.c')
-rw-r--r--src/pty.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pty.c b/src/pty.c
index a340038af..cd17bde2f 100644
--- a/src/pty.c
+++ b/src/pty.c
@@ -41,10 +41,6 @@
#include "vim.h"
-#ifdef HAVE_FCNTL_H
-# include <fcntl.h>
-#endif
-
#include <signal.h>
#ifdef __CYGWIN32__