Make green build with rbuild and current headers.
Modified: trunk/reactos/drivers/dd/green/green.h

Modified: trunk/reactos/drivers/dd/green/green.h
--- trunk/reactos/drivers/dd/green/green.h	2005-10-28 01:29:55 UTC (rev 18822)
+++ trunk/reactos/drivers/dd/green/green.h	2005-10-28 07:03:08 UTC (rev 18823)
@@ -1,9 +1,10 @@
 #if defined(__GNUC__)
   #include <ddk/ntddk.h>
   #include <ddk/ntddser.h>
-  #include <ntos/halfuncs.h>
-  #include <ddk/ntddblue.h>
+  #include <wincon.h>
+  #include <drivers/blue/ntddblue.h>
   #include <ddk/ntddkbd.h> /* should be in kbdmou.h */
+  #include <winbase.h>
 
   #include <debug.h>