Remove duplicate include and sort includes.

This commit is contained in:
John Baldwin 2001-05-22 07:21:46 +00:00
parent 03773b9a81
commit 86e92ee7e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76981

View File

@ -46,11 +46,10 @@
*/
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/sysproto.h>
#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/resourcevar.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/sysproto.h>
#include <sys/systm.h>
#include <vm/vm.h>