mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bhyve: Remove some unneeded includes of segments.h
They are not needed and are specific to x86. No functional change intended. MFC after: 1 week Sponsored by: Innovate UK
This commit is contained in:
parent
dbbaf77801
commit
6d1dfc8741
3 changed files with 0 additions and 3 deletions
|
|
@ -37,7 +37,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/mman.h>
|
||||
|
||||
#include <x86/psl.h>
|
||||
#include <x86/segments.h>
|
||||
|
||||
#include <machine/vmm.h>
|
||||
#include <machine/vmm_instruction_emul.h>
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/un.h>
|
||||
|
||||
#include <machine/atomic.h>
|
||||
#include <machine/segments.h>
|
||||
|
||||
#ifndef WITHOUT_CAPSICUM
|
||||
#include <capsicum_helpers.h>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/mman.h>
|
||||
|
||||
#include <x86/psl.h>
|
||||
#include <x86/segments.h>
|
||||
#include <x86/specialreg.h>
|
||||
#include <machine/vmm.h>
|
||||
#include <machine/vmm_instruction_emul.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue