Remove redundant includes of unistd.h (#5126)

This commit is contained in:
Rui Abreu Ferreira 2016-07-29 13:53:01 +01:00 committed by Justin M. Keyes
parent 149518c6b3
commit c168dc32b9
3 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@
/// Neovim stuctures for buffer, with autocommands, etc: just fopen/fread/fwrite
/// replacement.
#include <unistd.h>
#include <assert.h>
#include <stddef.h>
#include <stdbool.h>

View File

@ -3,7 +3,6 @@
#include <stddef.h>
#include <assert.h>
#include <limits.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>

View File

@ -3,7 +3,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <termios.h>
#include <sys/types.h>
#include <sys/wait.h>