mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
efirt_machdep.c: Trim some unused includes
Reviewed by: imp, kib, markj Differential Revision: https://reviews.freebsd.org/D41596
This commit is contained in:
parent
bba950fcaf
commit
d1e4c63d9e
2 changed files with 0 additions and 6 deletions
|
|
@ -45,11 +45,8 @@
|
|||
#include <sys/systm.h>
|
||||
#include <sys/vmmeter.h>
|
||||
#include <isa/rtc.h>
|
||||
#include <machine/fpu.h>
|
||||
#include <machine/efi.h>
|
||||
#include <machine/metadata.h>
|
||||
#include <machine/md_var.h>
|
||||
#include <machine/smp.h>
|
||||
#include <machine/vmparam.h>
|
||||
#include <vm/vm.h>
|
||||
#include <vm/pmap.h>
|
||||
|
|
|
|||
|
|
@ -46,10 +46,7 @@
|
|||
#include <sys/systm.h>
|
||||
#include <sys/vmmeter.h>
|
||||
|
||||
#include <machine/metadata.h>
|
||||
#include <machine/pcb.h>
|
||||
#include <machine/pte.h>
|
||||
#include <machine/vfp.h>
|
||||
#include <machine/vmparam.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue