[evince] Do not include sys/wait.h in ev-deamon.c



commit f75910292d4f2a768a5aaf0dd11be34c3c62c7d4
Author: Hib Eris <hib hiberis nl>
Date:   Fri Mar 25 16:46:01 2011 +0100

    Do not include sys/wait.h in ev-deamon.c
    
    It is no longer needed and does not work with the mingw compiler.

 shell/ev-daemon.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-daemon.c b/shell/ev-daemon.c
index fa9d506..c0f0238 100644
--- a/shell/ev-daemon.c
+++ b/shell/ev-daemon.c
@@ -27,7 +27,6 @@
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/wait.h>
 #include <fcntl.h>
 #include <unistd.h>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]