- Remove the (now deprecated) ntoskrnl/internal/debug.h header and fix all its includ...
[reactos.git] / reactos / ntoskrnl / ke / i386 / usercall.c
index cc2f418..57811c1 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <ntoskrnl.h>
 #define NDEBUG
-#include <internal/debug.h>
+#include <debug.h>
 
 extern PGDI_BATCHFLUSH_ROUTINE KeGdiFlushUserBatch;