Removed #include of wingdi.h and windef.h from winuser.h (and resolved
the resulting compilation failures).

diff --git a/objects/text.c b/objects/text.c
index 76c82d6..d72842d 100644
--- a/objects/text.c
+++ b/objects/text.c
@@ -7,6 +7,8 @@
 
 #include <string.h>
 
+#include "windef.h"
+#include "wingdi.h"
 #include "wine/winuser16.h"
 #include "winbase.h"
 #include "winuser.h"