stop the abuse of having the ddk directory in the path when including a ddk header
[reactos.git] / reactos / lib / hid / precomp.h
index d19c001..220089c 100644 (file)
@@ -11,9 +11,9 @@ typedef VOID
 (DDKAPI *PINTERFACE_DEREFERENCE)(
   PVOID  Context);
 #include <ntndk.h>
-#include <ddk/hidusage.h>
-#include <ddk/hidclass.h>
-#include <ddk/hidpi.h>
+#include <hidusage.h>
+#include <hidclass.h>
+#include <hidpi.h>
 
 extern HINSTANCE hDllInstance;
 extern const GUID HidClassGuid;