- Remove the (now deprecated) ntoskrnl/internal/debug.h header and fix all its includ...
[reactos.git] / reactos / ntoskrnl / ex / event.c
index c8998b5..890ccd4 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <ntoskrnl.h>
 #define NDEBUG
-#include <internal/debug.h>
+#include <debug.h>
 
 #if defined (ALLOC_PRAGMA)
 #pragma alloc_text(INIT, ExpInitializeEventImplementation)