Remove no longer necessary includes <signal.h>, <wait.h>.
This commit is contained in:
parent
305fda2ef8
commit
c17ad75ae6
|
@ -45,13 +45,7 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#ifdef HAVE_SYS_WAIT_H
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
#include <stdarg.h>
|
||||
#ifdef HAVE_SYS_SIGNAL_H
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
|
|
Loading…
Reference in New Issue