stop the abuse of having the ddk directory in the path when including a ddk header
[reactos.git] / reactos / drivers / fs / minix / cache.c
index ede23ec..417932c 100644 (file)
@@ -9,8 +9,8 @@
 
 /* INCLUDES *****************************************************************/
 
-#include <ddk/ntddk.h>
-#include <ddk/ntifs.h>
+#include <ntddk.h>
+#include <ntifs.h>
 
 //#define NDEBUG
 #include <debug.h>