Optimized include/*.h: (recursively) include all headers needed by
this .h file, but only those. Necessary fixes to a lot of .c files,
started optimizing "windows.h" away from some of them. Moved
GetCurrentTask prototype to wine/winbase16.h.

diff --git a/win32/struct32.c b/win32/struct32.c
index 35cc01b..6750f58 100644
--- a/win32/struct32.c
+++ b/win32/struct32.c
@@ -4,9 +4,8 @@
  * Copyright 1996 Martin von Loewis
  */
 
-#include "windows.h"
-#include "winerror.h"
 #include "struct32.h"
+#include "winerror.h"
 #include "debug.h"
 
 void STRUCT32_MSG16to32(const MSG16 *msg16,MSG32 *msg32)