stop the abuse of having the ddk directory in the path when including a ddk header
[reactos.git] / reactos / drivers / usb / usbhub / usbhub.h
index 59da4f5..37861f5 100644 (file)
@@ -1,7 +1,7 @@
 #include <debug.h>
 
-#include <ddk/ntddk.h>
-#include <ddk/usbioctl.h>
+#include <ntddk.h>
+#include <usbioctl.h>
 
 #include "../miniport/usb_wrapper.h"
 #include "../usbport/hub.h"