stop the abuse of having the ddk directory in the path when including a ddk header
[reactos.git] / reactos / drivers / usb / usbport / usbcore.c
index f1fac08..9602186 100644 (file)
@@ -3,7 +3,7 @@
    by Aleksey Bragin (aleksey@reactos.com)
 */
 
-#include <ddk/ntddk.h>
+#include <ntddk.h>
 #include <debug.h>
 #include "../miniport/usb_wrapper.h"