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:
Doug Moore 2025-04-30 11:22:49 -05:00
parent 6f0aa2343b
commit b8b94f5ab1
2 changed files with 0 additions and 2 deletions

View file

@ -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>

View file

@ -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>