diff mbox

[10/30] common/pipe.c: remove twice included unistd.h

Message ID 1354107458-30941-11-git-send-email-danny.al-gaaf@bisect.de (mailing list archive)
State New, archived
Headers show

Commit Message

Danny Al-Gaaf Nov. 28, 2012, 12:57 p.m. UTC
Fix includes: remove twice included unistd.h

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
---
 src/common/pipe.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

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])
 {