mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
Eliminate an unnecessary #include. (This #include should have been removed
in r188331 when vnode_pager_lock() was eliminated.)
This commit is contained in:
parent
06db609d4a
commit
2dd02f4773
1 changed files with 0 additions and 1 deletions
|
|
@ -96,7 +96,6 @@ __FBSDID("$FreeBSD$");
|
|||
#include <vm/vm_pageout.h>
|
||||
#include <vm/vm_kern.h>
|
||||
#include <vm/vm_pager.h>
|
||||
#include <vm/vnode_pager.h>
|
||||
#include <vm/vm_extern.h>
|
||||
|
||||
#include <sys/mount.h> /* XXX Temporary for VFS_LOCK_GIANT() */
|
||||
|
|
|
|||
Loading…
Reference in a new issue