stop the abuse of having the ddk directory in the path when including a ddk header
[reactos.git] / reactos / apps / utils / objdir / objdir.c
index dd8ae72..7102754 100644 (file)
@@ -17,7 +17,7 @@
  *             Added -r option.
  */
 
-#include <ddk/ntddk.h>
+#include <ntddk.h>
 #include <stdarg.h>
 #include <string.h>
 #include <stdio.h>