Cosmetic cleanup: remove #define LIBMEMSTAT used to prevent a nested

include of opt_vmpage.h from vm/vm_page.h.  opt_vmpage.h was retired
before 7.0 together with options PQ_NOOPT.

Approved by:	re (kib)
MFC after:	3 days
This commit is contained in:
Sergey Kandaurov 2011-09-02 14:10:42 +00:00
parent 2c862d88e8
commit cfc9e655ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=225330

View File

@ -30,7 +30,6 @@
#include <sys/cpuset.h>
#include <sys/sysctl.h>
#define LIBMEMSTAT /* Cause vm_page.h not to include opt_vmpage.h */
#include <vm/vm.h>
#include <vm/vm_page.h>