Page MenuHomeFreeBSD

loader: Remove unneeded includes
ClosedPublic

Authored by imp on Apr 16 2025, 7:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 13, 6:20 PM
Unknown Object (File)
Thu, Aug 13, 6:27 AM
Unknown Object (File)
Tue, Aug 11, 11:33 PM
Unknown Object (File)
Sun, Aug 9, 6:47 PM
Unknown Object (File)
Fri, Aug 7, 5:54 PM
Unknown Object (File)
Wed, Aug 5, 4:01 AM
Unknown Object (File)
Wed, Aug 5, 3:02 AM
Unknown Object (File)
Tue, Aug 4, 1:56 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