mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 14:56:08 +00:00
Remove redundant includes of unistd.h (#5126)
This commit is contained in:

committed by
Justin M. Keyes

parent
149518c6b3
commit
c168dc32b9
@@ -3,7 +3,6 @@
|
||||
#include <stddef.h>
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
Reference in New Issue
Block a user