[NTDLL_WINETEST] Add a PCH.
[reactos.git] / modules / rostests / winetests / ntdll / process.c
index 41303b7..8187f63 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <stdio.h>
-
 #include "ntdll_test.h"
 
-#include "windef.h"
-#include "winbase.h"
-
 static NTSTATUS (WINAPI *pNtResumeProcess)(HANDLE);
 static NTSTATUS (WINAPI *pNtSuspendProcess)(HANDLE);
 static NTSTATUS (WINAPI *pNtSuspendThread)(HANDLE,PULONG);