1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00

Sort includes.

This commit is contained in:
John Baldwin 2006-04-27 22:09:18 +00:00
parent eefcd2a1e6
commit a421d57149
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158092

View File

@ -31,13 +31,13 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/cons.h>
#include <sys/jail.h>
#include <sys/kdb.h>
#include <sys/linker_set.h>
#include <sys/proc.h>
#include <sys/sysent.h>
#include <sys/cons.h>
#include <sys/systm.h>
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/pmap.h>