Remove unnecessary vm/vm_page.h and vm/vm_pager.h includes from
tmpfs/tmpfs_vnodes.c. Submitted by: ota@j.email.ne.jp MFC after: 1 week Differential revision: https://reviews.freebsd.org/D21881
This commit is contained in:
parent
0b951c55a1
commit
d60ac9d561
@ -59,8 +59,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_param.h>
|
||||
#include <vm/vm_object.h>
|
||||
#include <vm/vm_page.h>
|
||||
#include <vm/vm_pager.h>
|
||||
|
||||
#include <fs/tmpfs/tmpfs_vnops.h>
|
||||
#include <fs/tmpfs/tmpfs.h>
|
||||
|
Loading…
Reference in New Issue
Block a user