Remove unnecessary includes.

This commit is contained in:
Jeff Roberson
2002-07-05 05:16:19 +00:00
parent 2efc89d4dc
commit f5118d6aaf
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -70,8 +70,6 @@
#include <sys/smp.h>
#include <sys/vmmeter.h>
#include <machine/types.h>
#include <vm/vm.h>
#include <vm/vm_object.h>
#include <vm/vm_page.h>
-2
View File
@@ -42,8 +42,6 @@
#include <sys/mutex.h>
#include <sys/malloc.h>
#include <machine/types.h>
#include <vm/uma.h>
#include <vm/uma_int.h>
#include <vm/uma_dbg.h>