[BTRFS] Fix booting with runtime checks
[reactos.git] / drivers / hid / hidclass / precomp.h
index d59b642..afaa571 100644 (file)
@@ -1,11 +1,10 @@
-#pragma once
+#ifndef _HIDCLASS_PCH_
+#define _HIDCLASS_PCH_
 
 #define _HIDPI_NO_FUNCTION_MACROS_
 #include <wdm.h>
 #include <hidpddi.h>
 #include <stdio.h>
-
-#include <initguid.h>
 #include <hidport.h>
 
 #define HIDCLASS_TAG 'CdiH'
@@ -214,4 +213,4 @@ HidClassPDO_GetReportDescription(
     PHIDP_DEVICE_DESC DeviceDescription,
     ULONG CollectionNumber);
 
-/* eof */
+#endif /* _HIDCLASS_PCH_ */