mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Eliminate an unused #include. For a brief period of time, _unrhdr.h was
used to implement PCID support on amd64. Reviewed by: kib
This commit is contained in:
parent
4de3a46c66
commit
d3ffaee8e6
2 changed files with 0 additions and 2 deletions
|
|
@ -119,7 +119,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/vmmeter.h>
|
||||
#include <sys/sched.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/_unrhdr.h>
|
||||
#include <sys/smp.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
|
|
|||
|
|
@ -132,7 +132,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/vmmeter.h>
|
||||
#include <sys/sched.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/_unrhdr.h>
|
||||
#include <sys/smp.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue