- Remove the (now deprecated) ntoskrnl/internal/debug.h header and fix all its includ...
[reactos.git] / reactos / ntoskrnl / ex / harderr.c
index 722cc0b..74a5fde 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <ntoskrnl.h>
 #define NDEBUG
-#include <internal/debug.h>
+#include <debug.h>
 
 #define TAG_ERR TAG('E', 'r', 'r', ' ')