Page MenuHomeFreeBSD

loader: Remove unneeded includes
ClosedPublic

Authored by imp on Apr 16 2025, 7:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 16, 1:03 AM
Unknown Object (File)
Sat, May 16, 1:03 AM
Unknown Object (File)
Sat, May 16, 1:02 AM
Unknown Object (File)
Wed, May 13, 11:50 PM
Unknown Object (File)
Tue, May 12, 1:23 AM
Unknown Object (File)
Sun, May 3, 8:10 PM
Unknown Object (File)
Wed, Apr 29, 10:46 AM
Unknown Object (File)
Sat, Apr 25, 10:31 AM
Subscribers

Details

Summary

We've not needed to include link.h in the loader for a long time. I
shoud have removed it in f38658e1408c rather than going link.h ->
sys/sys_link.h. It's purely a userland shared library thing. Remove it
now, since it's not needed. Also remove a few headers that are redundant
with stand.h in this environment.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable