remove the use of windows.h in some places where it is not needed

svn path=/trunk/; revision=14522
This commit is contained in:
Steven Edwards 2005-04-05 23:04:24 +00:00
parent 16290c9195
commit bbba49d610
2 changed files with 0 additions and 2 deletions

View file

@ -12,7 +12,6 @@
/* INCLUDES ****************************************************************/
#include <ddk/ntddk.h>
#include <windows.h>
#include <ntdll/ldr.h>
#include <napi/teb.h>
#include <ntdll/base.h>

View file

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