Remove windows.h from external win32k headers
Modified: trunk/reactos/include/win32k/font.h
Modified: trunk/reactos/include/win32k/ntddraw.h

Modified: trunk/reactos/include/win32k/font.h
--- trunk/reactos/include/win32k/font.h	2005-06-30 16:31:15 UTC (rev 16350)
+++ trunk/reactos/include/win32k/font.h	2005-06-30 16:39:17 UTC (rev 16351)
@@ -11,8 +11,6 @@
 #ifndef WIN32K_FONT_H_INCLUDED
 #define WIN32K_FONT_H_INCLUDED
 
-#include <windows.h>
-
 typedef struct tagFONTFAMILYINFO
 {
   ENUMLOGFONTEXW EnumLogFontEx;

Modified: trunk/reactos/include/win32k/ntddraw.h
--- trunk/reactos/include/win32k/ntddraw.h	2005-06-30 16:31:15 UTC (rev 16350)
+++ trunk/reactos/include/win32k/ntddraw.h	2005-06-30 16:39:17 UTC (rev 16351)
@@ -2,10 +2,6 @@
 #ifndef __WIN32K_NTDDRAW_H
 #define __WIN32K_NTDDRAW_H
 
-#include <windows.h>
-#include <ddk/ddrawint.h>
-#include <ddk/d3dnthal.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif