Move <machine/*> after <sys/*>

Pointed by:	bde
This commit is contained in:
Andrey A. Chernov 2001-08-23 13:21:17 +00:00
parent 4b207d9868
commit b44af710d3

View File

@ -39,7 +39,6 @@
#include "opt_debug_lockf.h"
#include <machine/limits.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@ -50,9 +49,10 @@
#include <sys/vnode.h>
#include <sys/malloc.h>
#include <sys/fcntl.h>
#include <sys/lockf.h>
#include <machine/limits.h>
/*
* This variable controls the maximum number of processes that will
* be checked in doing deadlock detection.