Sync with trunk r63270.
[reactos.git] / drivers / hid / hidclass / precomp.h
index 7f086cb..afaa571 100644 (file)
@@ -1,14 +1,11 @@
-#pragma once
+#ifndef _HIDCLASS_PCH_
+#define _HIDCLASS_PCH_
 
 #define _HIDPI_NO_FUNCTION_MACROS_
-#define NDEBUG
-#include <ntddk.h>
-#include <initguid.h>
-#include <hidport.h>
+#include <wdm.h>
 #include <hidpddi.h>
 #include <stdio.h>
-#include <wdmguid.h>
-#include <debug.h>
+#include <hidport.h>
 
 #define HIDCLASS_TAG 'CdiH'
 
@@ -216,4 +213,4 @@ HidClassPDO_GetReportDescription(
     PHIDP_DEVICE_DESC DeviceDescription,
     ULONG CollectionNumber);
 
-/* eof */
+#endif /* _HIDCLASS_PCH_ */