Removed inclusion of process.h (not needed and breaks with gcc4).

This commit is contained in:
Marcus Meissner 2005-04-11 12:59:17 +00:00 committed by Alexandre Julliard
parent 80a6696054
commit 3e5b9b8d57
3 changed files with 0 additions and 3 deletions

View file

@ -23,7 +23,6 @@
#include <commctrl.h>
#include <stdlib.h>
#include <tchar.h>
#include <process.h>
#include <stdio.h>
#include "main.h"

View file

@ -23,7 +23,6 @@
#include <commctrl.h>
#include <stdlib.h>
#include <tchar.h>
#include <process.h>
#include <stdio.h>
#include <fcntl.h>

View file

@ -26,7 +26,6 @@
#include <commctrl.h>
#include <stdlib.h>
#include <tchar.h>
#include <process.h>
#include <stdio.h>
#include <wine/debug.h>