mirror of
https://github.com/ceph/ceph
synced 2025-01-19 01:21:49 +00:00
common/pipe.c: remove twice included unistd.h
Fix includes: remove twice included unistd.h Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
1341e6d70d
commit
54da979d20
@ -17,7 +17,6 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int pipe_cloexec(int pipefd[2])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user