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

diff --git a/include/docobj.h b/include/docobj.h
index 6f60e62..afa4be1 100644
--- a/include/docobj.h
+++ b/include/docobj.h
@@ -2,6 +2,8 @@
 #define __WINE_DOCOBJ_H
 
 #include "winbase.h"
+#include "windef.h"
+#include "wingdi.h"
 #include "winuser.h"
 #include "ole2.h"
 #include "wine/obj_oleaut.h"