mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 21:32:58 +00:00
Remove unnecessary #include's.
This commit is contained in:
parent
a96469b791
commit
eeff88a7ca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251263
@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/ktr.h>
|
||||
#include <sys/sf_buf.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/pmap.h>
|
||||
@ -44,10 +43,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include <cxgb_include.h>
|
||||
#include <sys/mvec.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_page.h>
|
||||
#include <vm/pmap.h>
|
||||
|
||||
#ifdef INVARIANTS
|
||||
#define M_SANITY m_sanity
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user