remove the use of windows.h in some places where it is not needed
Modified: trunk/reactos/lib/rtl/ppb.c
Modified: trunk/reactos/lib/rtl/process.c
_____
Modified: trunk/reactos/lib/rtl/ppb.c
--- trunk/reactos/lib/rtl/ppb.c 2005-04-05 21:41:03 UTC (rev 14521)
+++ trunk/reactos/lib/rtl/ppb.c 2005-04-05 23:04:24 UTC (rev 14522)
@@ -12,7 +12,6 @@
/* INCLUDES
****************************************************************/
#include <ddk/ntddk.h>
-#include <windows.h>
#include <ntdll/ldr.h>
#include <napi/teb.h>
#include <ntdll/base.h>
_____
Modified: trunk/reactos/lib/rtl/process.c
--- trunk/reactos/lib/rtl/process.c 2005-04-05 21:41:03 UTC (rev
14521)
+++ trunk/reactos/lib/rtl/process.c 2005-04-05 23:04:24 UTC (rev
14522)
@@ -12,7 +12,6 @@
/* INCLUDES
****************************************************************/
#include <ddk/ntddk.h>
-#include <windows.h>
#include <napi/i386/segment.h>
#include <ntdll/ldr.h>
#include <ntdll/base.h>