mirror of
https://github.com/ipxe/ipxe
synced 2026-01-23 04:29:01 +03:00
The uaccess.h header is no longer required for any code that touches
external ("user") memory, since such memory accesses are now performed
through pointer dereferences. Reduce the number of files including
this header.
Signed-off-by: Michael Brown <mcb30@ipxe.org>