Fix includes: remove twice included unistd.h Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- src/common/pipe.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/pipe.c b/src/common/pipe.c index e35b6fe..9c01b32 100644 --- a/src/common/pipe.c +++ b/src/common/pipe.c @@ -17,7 +17,6 @@ #include <errno.h> #include <fcntl.h> #include <unistd.h> -#include <unistd.h> int pipe_cloexec(int pipefd[2]) { -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html