stop the abuse of having the ddk directory in the path when including a ddk header
[reactos.git] / reactos / drivers / dd / beep / beep.c
index 939228d..bfc1b1f 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>