diff options
author | Rui Abreu Ferreira <equalsraf@users.noreply.github.com> | 2016-07-29 13:53:01 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-07-29 08:53:01 -0400 |
commit | c168dc32b905c9de3e07f0b53dc84b28189f4dcd (patch) | |
tree | c0729a0e5ce1734098c85114a84db9e64ddc99cd /src/nvim/os/pty_process_unix.c | |
parent | 149518c6b37c91e83d493ad6024821856492327a (diff) | |
download | rneovim-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.c | 1 |
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> |