stop the abuse of having the ddk directory in the path when including a ddk header
[reactos.git] / reactos / drivers / lib / csq / csq.c
index d3991e3..36ff4d5 100644 (file)
@@ -26,8 +26,8 @@
 /* $Id$ */
 
 #define __NTDRIVER__
-#include <ddk/ntddk.h>
-#include <ddk/ntifs.h>
+#include <ntddk.h>
+#include <ntifs.h>
 
 \f
 static VOID NTAPI IopCsqCancelRoutine(PDEVICE_OBJECT DeviceObject,