From b5cd9ba03c2309de3b6b2eb7f8526d7c55a0e706 Mon Sep 17 00:00:00 2001 From: alc Date: Fri, 4 Jun 2004 04:03:26 +0000 Subject: Move the definitions of SWAPBLK_NONE and SWAPBLK_MASK from vm_page.h to blist.h, enabling the removal of numerous #includes from subr_blist.c. (subr_blist.c and swap_pager.c are the only users of these definitions.) --- sys/kern/subr_blist.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/kern/subr_blist.c') diff --git a/sys/kern/subr_blist.c b/sys/kern/subr_blist.c index e8193d2..2c83499 100644 --- a/sys/kern/subr_blist.c +++ b/sys/kern/subr_blist.c @@ -96,11 +96,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include -#include -#include -#include -#include #else -- cgit v1.1