Sync with trunk rev.61910 to get latest improvements and bugfixes.
[reactos.git] / dll / win32 / hid / precomp.h
index a9d6b1d..0f39db1 100644 (file)
@@ -1,7 +1,6 @@
 #include <stdarg.h>
+
 #define WIN32_NO_STATUS
-#include <windef.h>
-#include <winbase.h>
 #define NTOS_MODE_USER
 #include <ndk/umtypes.h>
 
@@ -14,9 +13,7 @@ typedef VOID
 (WINAPI *PINTERFACE_DEREFERENCE)(
   PVOID  Context);
 
-//#include <hidusage.h>
 #include <hidclass.h>
-//#include <hidpi.h>
 
 extern HINSTANCE hDllInstance;
 extern const GUID HidClassGuid;