Page MenuHomeFreeBSD

loader: Remove unneeded includes
ClosedPublic

Authored by imp on Apr 16 2025, 7:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 4, 3:40 AM
Unknown Object (File)
Fri, Sep 4, 1:52 AM
Unknown Object (File)
Thu, Sep 3, 9:51 PM
Unknown Object (File)
Thu, Sep 3, 3:14 AM
Unknown Object (File)
Wed, Sep 2, 11:40 PM
Unknown Object (File)
Wed, Sep 2, 6:13 PM
Unknown Object (File)
Wed, Sep 2, 3:07 PM
Unknown Object (File)
Wed, Sep 2, 2:31 PM
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