stop the abuse of having the ddk directory in the path when including a ddk header
[reactos.git] / reactos / drivers / fs / ntfs / rw.c
index 3a20343..4edf357 100755 (executable)
@@ -28,7 +28,7 @@
 
 /* INCLUDES *****************************************************************/
 
-#include <ddk/ntddk.h>
+#include <ntddk.h>
 
 #define NDEBUG
 #include <debug.h>