stop the abuse of having the ddk directory in the path when including a ddk header
[reactos.git] / reactos / subsys / win32k / ntuser / input.c
index 7b2c95c..de7b96a 100644 (file)
@@ -30,7 +30,7 @@
 /* INCLUDES ******************************************************************/
 
 #include <w32k.h>
-#include <ddk/ntddkbd.h>
+#include <ntddkbd.h>
 
 #define NDEBUG
 #include <debug.h>