stop the abuse of having the ddk directory in the path when including a ddk header
[reactos.git] / reactos / drivers / dd / mpu401 / mpu401.c
index e4e6b3a..437841b 100644 (file)
@@ -12,8 +12,8 @@
 
 /* INCLUDES ****************************************************************/
 
-#include <ddk/ntddk.h>
-//#include <ddk/ntddbeep.h>
+#include <ntddk.h>
+//#include <ntddbeep.h>
 
 //#define NDEBUG
 #include <debug.h>