stop the abuse of having the ddk directory in the path when including a ddk header
[reactos.git] / reactos / drivers / dd / blue / blue.c
index ea99dcf..0ac5c49 100644 (file)
@@ -11,7 +11,7 @@
 
 /* INCLUDES ******************************************************************/
 
-#include <ddk/ntddk.h>
+#include <ntddk.h>
 #include <wincon.h>
 #include <blue/ntddblue.h>
 #include <ndk/halfuncs.h>