stop the abuse of having the ddk directory in the path when including a ddk header
[reactos.git] / reactos / drivers / storage / cdrom / cdrom.c
index cf20507..b80e2ea 100644 (file)
 
 /* INCLUDES *****************************************************************/
 
-#include <ddk/ntddk.h>
-#include <ddk/scsi.h>
-#include <ddk/ntddscsi.h>
-#include <ddk/ntdddisk.h>
-#include <ddk/ntddcdrm.h>
+#include <ntddk.h>
+#include <scsi.h>
+#include <ntddscsi.h>
+#include <ntdddisk.h>
+#include <ntddcdrm.h>
 #include <include/class2.h>
 #include <stdio.h>