mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
vm_object: drop unnecessary vm_object.h header
The header vm_object.h is included in vm_phys.h and uma_core.h, where it is not necessary. Remove it. Reviewed by: kib, markj Differential Revision: https://reviews.freebsd.org/D50081
This commit is contained in:
parent
6f0aa2343b
commit
b8b94f5ab1
2 changed files with 0 additions and 2 deletions
|
|
@ -84,7 +84,6 @@
|
|||
#include <vm/vm.h>
|
||||
#include <vm/vm_param.h>
|
||||
#include <vm/vm_domainset.h>
|
||||
#include <vm/vm_object.h>
|
||||
#include <vm/vm_page.h>
|
||||
#include <vm/vm_pageout.h>
|
||||
#include <vm/vm_phys.h>
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@
|
|||
#include <vm/vm_extern.h>
|
||||
#include <vm/vm_param.h>
|
||||
#include <vm/vm_kern.h>
|
||||
#include <vm/vm_object.h>
|
||||
#include <vm/vm_page.h>
|
||||
#include <vm/vm_phys.h>
|
||||
#include <vm/vm_pagequeue.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue