aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/pty_process_unix.c
diff options
context:
space:
mode:
authorRui Abreu Ferreira <equalsraf@users.noreply.github.com>2016-07-29 13:53:01 +0100
committerJustin M. Keyes <justinkz@gmail.com>2016-07-29 08:53:01 -0400
commitc168dc32b905c9de3e07f0b53dc84b28189f4dcd (patch)
treec0729a0e5ce1734098c85114a84db9e64ddc99cd /src/nvim/os/pty_process_unix.c
parent149518c6b37c91e83d493ad6024821856492327a (diff)
downloadrneovim-c168dc32b905c9de3e07f0b53dc84b28189f4dcd.tar.gz
rneovim-c168dc32b905c9de3e07f0b53dc84b28189f4dcd.tar.bz2
rneovim-c168dc32b905c9de3e07f0b53dc84b28189f4dcd.zip
Remove redundant includes of unistd.h (#5126)
Diffstat (limited to 'src/nvim/os/pty_process_unix.c')
-rw-r--r--src/nvim/os/pty_process_unix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/os/pty_process_unix.c b/src/nvim/os/pty_process_unix.c
index 436de030ba..b57a69b82b 100644
--- a/src/nvim/os/pty_process_unix.c
+++ b/src/nvim/os/pty_process_unix.c
@@ -3,7 +3,6 @@
#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
#include <termios.h>
#include <sys/types.h>
#include <sys/wait.h>