Remove no longer necessary includes <signal.h>, <wait.h>.

This commit is contained in:
Richard Cohen 2003-08-13 19:37:32 +00:00 committed by Alexandre Julliard
parent 305fda2ef8
commit c17ad75ae6
1 changed files with 0 additions and 6 deletions

View File

@ -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>