Page MenuHomeFreeBSD

Remove redundant <machine/vmparam.h> include.
ClosedPublic

Authored by skra on Feb 21 2016, 6:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 2:16 AM
Unknown Object (File)
Nov 30 2023, 8:26 AM
Unknown Object (File)
Nov 12 2023, 5:53 PM
Unknown Object (File)
Oct 19 2023, 11:29 PM
Unknown Object (File)
Aug 20 2023, 2:39 AM
Unknown Object (File)
Aug 14 2023, 11:25 AM
Unknown Object (File)
Apr 8 2023, 9:06 PM
Unknown Object (File)
Mar 23 2023, 6:29 AM
Subscribers

Details

Summary

<machine/vmparam.h> is included from <vm/vm_param.h> so there is no need to include it explicitly when <vm/vm_param.h> is already included.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

skra retitled this revision from to Remove redundant <machine/vmparam.h> include..
skra updated this object.
skra edited the test plan for this revision. (Show Details)
skra added reviewers: alc, kib.
skra set the repository for this revision to rS FreeBSD src repository - subversion.
alc edited edge metadata.
This revision is now accepted and ready to land.Feb 21 2016, 6:09 PM
This revision was automatically updated to reflect the committed changes.